#86D6EC

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

Shades of Sky Blue #86D6EC

Tints of Sky Blue #86D6EC

Color information

#86D6EC (or 0x86D6EC) is unknown color: approx Sky Blue. HEX triplet: 86, D6 and EC. RGB value is (134,214,236). Sum of RGB (Red+Green+Blue) = 134+214+236=584 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.95% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 236 (92.58% from 255 or 40.41% from 584); Max value from RGB is 236 - color contains mainly: blue. Hex color #86D6EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86D6EC is #792913. Grayscale: #C0C0C0. Windows color (decimal): -7940372 or 15521414. OLE color: 15521414.

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

Color convert

RGB134214236-
CMYK0.430.0900.07
HSL192.94º72.86%72.55%-
HSV(B)192.94º43.22%92.55%-
XYZ49.0259.2288.2-
YUV192.59152.586.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.95%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 236 (92.58% from 255) = 40.41%
R=22.95%
G=36.64%
B=40.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342142360.430.0900.07192.9472.8672.55
Hex86D6EC2B907c14949
Octal206326354531107301111111
Binary100001101101011011101100101011100101111100000110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86D6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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