#86DAE9

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

Shades of Sky Blue #86DAE9

Tints of Sky Blue #86DAE9

Color information

#86DAE9 (or 0x86DAE9) is unknown color: approx Sky Blue. HEX triplet: 86, DA and E9. RGB value is (134,218,233). Sum of RGB (Red+Green+Blue) = 134+218+233=585 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.91% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 233 (91.41% from 255 or 39.83% from 585); Max value from RGB is 233 - color contains mainly: blue. Hex color #86DAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DAE9 is #792516. Grayscale: #C2C2C2. Windows color (decimal): -7939351 or 15325830. OLE color: 15325830.

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

Color convert

RGB134218233-
CMYK0.420.0600.09
HSL189.09º69.23%71.96%-
HSV(B)189.09º42.49%91.37%-
XYZ49.6161.0986.27-
YUV194.59149.6784.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.91%
GREEN value IS 218 (85.55% from 255) = 37.26%
BLUE value IS 233 (91.41% from 255) = 39.83%
R=22.91%
G=37.26%
B=39.83%

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
Decimal1342182330.420.0600.09189.0969.2371.96
Hex86DAE92A609bd4548
Octal206332351526011275105110
Binary100001101101101011101001101010110010011011110110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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