#86DAE8

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

Shades of Sky Blue #86DAE8

Tints of Sky Blue #86DAE8

Color information

#86DAE8 (or 0x86DAE8) is unknown color: approx Sky Blue. HEX triplet: 86, DA and E8. RGB value is (134,218,232). Sum of RGB (Red+Green+Blue) = 134+218+232=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 232 (91.02% from 255 or 39.73% from 584); Max value from RGB is 232 - color contains mainly: blue. Hex color #86DAE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DAE8 is #792517. Grayscale: #C2C2C2. Windows color (decimal): -7939352 or 15260294. OLE color: 15260294.

HSL color Cylindrical-coordinate representation of color #86DAE8: hue angle of 188.57º 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 #86DAE8 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB134218232-
CMYK0.420.0600.09
HSL188.57º68.06%71.76%-
HSV(B)188.57º42.24%90.98%-
XYZ49.4761.0485.52-
YUV194.48149.1784.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.95%
GREEN value IS 218 (85.55% from 255) = 37.33%
BLUE value IS 232 (91.02% from 255) = 39.73%
R=22.95%
G=37.33%
B=39.73%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342182320.420.0600.09188.5768.0671.76
Hex86DAE82A609bd4448
Octal206332350526011275104110
Binary100001101101101011101000101010110010011011110110001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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