#86CCE8

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

Shades of Sky Blue #86CCE8

Tints of Sky Blue #86CCE8

Color information

#86CCE8 (or 0x86CCE8) is unknown color: approx Sky Blue. HEX triplet: 86, CC and E8. RGB value is (134,204,232). Sum of RGB (Red+Green+Blue) = 134+204+232=570 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.51% from 570); Green value is 204 (80.08% from 255 or 35.79% from 570); Blue value is 232 (91.02% from 255 or 40.70% from 570); Max value from RGB is 232 - color contains mainly: blue. Hex color #86CCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86CCE8 is #793317. Grayscale: #BABABA. Windows color (decimal): -7942936 or 15256710. OLE color: 15256710.

HSL color Cylindrical-coordinate representation of color #86CCE8: hue angle of 197.14º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86CCE8 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134204232-
CMYK0.420.1200.09
HSL197.14º68.06%71.76%-
HSV(B)197.14º42.24%90.98%-
XYZ45.9954.0884.36-
YUV186.26153.8190.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.51%
GREEN value IS 204 (80.08% from 255) = 35.79%
BLUE value IS 232 (91.02% from 255) = 40.70%
R=23.51%
G=35.79%
B=40.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342042320.420.1200.09197.1468.0671.76
Hex86CCE82AC09c54448
Octal2063143505214011305104110
Binary1000011011001100111010001010101100010011100010110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CCE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,204,232); }

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

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

 a { background-color: rgb(134,204,232); }

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

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

 span { border-color: rgb(134,204,232); }

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