#86C2DF

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

Shades of Sky Blue #86C2DF

Tints of Sky Blue #86C2DF

Color information

#86C2DF (or 0x86C2DF) is unknown color: approx Sky Blue. HEX triplet: 86, C2 and DF. RGB value is (134,194,223). Sum of RGB (Red+Green+Blue) = 134+194+223=551 (72% of max value = 765). Red value is 134 (52.73% from 255 or 24.32% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #86C2DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86C2DF is #793D20. Grayscale: #B3B3B3. Windows color (decimal): -7945505 or 14664326. OLE color: 14664326.

HSL color Cylindrical-coordinate representation of color #86C2DF: hue angle of 199.55º degrees, saturation: 0.58, 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 #86C2DF is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB134194223-
CMYK0.400.1300.13
HSL199.55º58.17%70%-
HSV(B)199.55º39.91%87.45%-
XYZ42.4448.9877.03-
YUV179.37152.6295.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 24.32%
GREEN value IS 194 (76.17% from 255) = 35.21%
BLUE value IS 223 (87.5% from 255) = 40.47%
R=24.32%
G=35.21%
B=40.47%

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
Decimal1341942230.400.1300.13199.5558.1770
Hex86C2DF28D0Dc83a46
Octal206302337501501531072106
Binary100001101100001011011111101000110101101110010001110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86C2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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