#86DFE9

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

Shades of Sky Blue #86DFE9

Tints of Sky Blue #86DFE9

Color information

#86DFE9 (or 0x86DFE9) is unknown color: approx Sky Blue. HEX triplet: 86, DF and E9. RGB value is (134,223,233). Sum of RGB (Red+Green+Blue) = 134+223+233=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 223 (87.5% from 255 or 37.80% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #86DFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DFE9 is #792016. Grayscale: #C5C5C5. Windows color (decimal): -7938071 or 15327110. OLE color: 15327110.

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

Color convert

RGB134223233-
CMYK0.420.0400.09
HSL186.06º69.23%71.96%-
HSV(B)186.06º42.49%91.37%-
XYZ50.9363.7386.71-
YUV197.53148.0182.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.71%
GREEN value IS 223 (87.5% from 255) = 37.80%
BLUE value IS 233 (91.41% from 255) = 39.49%
R=22.71%
G=37.80%
B=39.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1342232330.420.0400.09186.0669.2371.96
Hex86DFE92A409ba4548
Octal206337351524011272105110
Binary100001101101111111101001101010100010011011101010001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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