#86C2DE

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

Shades of Sky Blue #86C2DE

Tints of Sky Blue #86C2DE

Color information

#86C2DE (or 0x86C2DE) is unknown color: approx Sky Blue. HEX triplet: 86, C2 and DE. RGB value is (134,194,222). Sum of RGB (Red+Green+Blue) = 134+194+222=550 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.36% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 222 (87.11% from 255 or 40.36% from 550); Max value from RGB is 222 - color contains mainly: blue. Hex color #86C2DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C2DE is #793D21. Grayscale: #B3B3B3. Windows color (decimal): -7945506 or 14598790. OLE color: 14598790.

HSL color Cylindrical-coordinate representation of color #86C2DE: hue angle of 199.09º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86C2DE is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134194222-
CMYK0.400.1300.13
HSL199.09º57.14%69.8%-
HSV(B)199.09º39.64%87.06%-
XYZ42.3148.9376.32-
YUV179.25152.1295.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.36%
GREEN value IS 194 (76.17% from 255) = 35.27%
BLUE value IS 222 (87.11% from 255) = 40.36%
R=24.36%
G=35.27%
B=40.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1341942220.400.1300.13199.0957.1469.8
Hex86C2DE28D0Dc73946
Octal206302336501501530771106
Binary100001101100001011011110101000110101101110001111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,194,222); }

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

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

 a { background-color: rgb(134,194,222); }

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

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

 span { border-color: rgb(134,194,222); }

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