#86DEEC

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

Shades of Sky Blue #86DEEC

Tints of Sky Blue #86DEEC

Color information

#86DEEC (or 0x86DEEC) is unknown color: approx Sky Blue. HEX triplet: 86, DE and EC. RGB value is (134,222,236). Sum of RGB (Red+Green+Blue) = 134+222+236=592 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.64% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #86DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86DEEC is #792113. Grayscale: #C5C5C5. Windows color (decimal): -7938324 or 15523462. OLE color: 15523462.

HSL color Cylindrical-coordinate representation of color #86DEEC: hue angle of 188.24º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86DEEC is Cyan = 0.43, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB134222236-
CMYK0.430.0600.07
HSL188.24º72.86%72.55%-
HSV(B)188.24º43.22%92.55%-
XYZ51.0963.3788.9-
YUV197.28149.8582.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.64%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=22.64%
G=37.5%
B=39.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342222360.430.0600.07188.2472.8672.55
Hex86DEEC2B607bc4949
Octal20633635453607274111111
Binary10000110110111101110110010101111001111011110010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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