#86DEEA

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

Shades of Sky Blue #86DEEA

Tints of Sky Blue #86DEEA

Color information

#86DEEA (or 0x86DEEA) is unknown color: approx Sky Blue. HEX triplet: 86, DE and EA. RGB value is (134,222,234). Sum of RGB (Red+Green+Blue) = 134+222+234=590 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.71% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #86DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DEEA is #792115. Grayscale: #C4C4C4. Windows color (decimal): -7938326 or 15392390. OLE color: 15392390.

HSL color Cylindrical-coordinate representation of color #86DEEA: hue angle of 187.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86DEEA is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB134222234-
CMYK0.430.0500.08
HSL187.2º70.42%72.16%-
HSV(B)187.2º42.74%91.76%-
XYZ50.863.2587.37-
YUV197.06148.8583.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.71%
GREEN value IS 222 (87.11% from 255) = 37.63%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=22.71%
G=37.63%
B=39.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1342222340.430.0500.08187.270.4272.16
Hex86DEEA2B508bb4648
Octal206336352535010273106110
Binary100001101101111011101010101011101010001011101110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,222,234); }

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

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

 a { background-color: rgb(134,222,234); }

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

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

 span { border-color: rgb(134,222,234); }

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