#86BEEB

Color #86BEEB Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sky Blue #86BEEB

Tints of Sky Blue #86BEEB

Color information

#86BEEB (or 0x86BEEB) is unknown color: approx Sky Blue. HEX triplet: 86, BE and EB. RGB value is (134,190,235). Sum of RGB (Red+Green+Blue) = 134+190+235=559 (74% of max value = 765). Red value is 134 (52.73% from 255 or 23.97% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 235 (92.19% from 255 or 42.04% from 559); Max value from RGB is 235 - color contains mainly: blue. Hex color #86BEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86BEEB is #794114. Grayscale: #B2B2B2. Windows color (decimal): -7946517 or 15449734. OLE color: 15449734.

HSL color Cylindrical-coordinate representation of color #86BEEB: hue angle of 206.73º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86BEEB is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134190235-
CMYK0.430.1900.08
HSL206.73º71.63%72.35%-
HSV(B)206.73º42.98%92.16%-
XYZ43.2447.8985.56-
YUV178.39159.9596.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 23.97%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 235 (92.19% from 255) = 42.04%
R=23.97%
G=33.99%
B=42.04%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1341902350.430.1900.08206.7371.6372.35
Hex86BEEB2B1308cf4848
Octal2062763535323010317110110
Binary10000110101111101110101110101110011010001100111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86BEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86BEEB; }

 p { color: rgb(134,190,235); }

 H1.HeaderClassName
 {
   color: #86BEEB;
 }
 .AnyTagClassName
 {
   color: #86BEEB;
 }
</style>
background-color css

<style>
 a { background-color: #86BEEB; }

 a { background-color: rgb(134,190,235); }

 div.DivClassName
 {
   background-color: #86BEEB;
 }
 .BgClassName
 {
   background-color: #86BEEB;
 }
</style>
border-color css

<style>
 span { border-color: #86BEEB; }

 span { border-color: rgb(134,190,235); }

 td.TdClassName
 {
   border-color: #86BEEB;
 }
 .TagClassName
 {
   border-color: #86BEEB;
 }
</style>