#86E3EC

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

Shades of Sky Blue #86E3EC

Tints of Sky Blue #86E3EC

Color information

#86E3EC (or 0x86E3EC) is unknown color: approx Sky Blue. HEX triplet: 86, E3 and EC. RGB value is (134,227,236). Sum of RGB (Red+Green+Blue) = 134+227+236=597 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.45% from 597); Green value is 227 (89.06% from 255 or 38.02% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #86E3EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #86E3EC is #791C13. Grayscale: #C8C8C8. Windows color (decimal): -7937044 or 15524742. OLE color: 15524742.

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

Color convert

RGB134227236-
CMYK0.430.0400.07
HSL185.29º72.86%72.55%-
HSV(B)185.29º43.22%92.55%-
XYZ52.4466.0689.34-
YUV200.22148.1980.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.45%
GREEN value IS 227 (89.06% from 255) = 38.02%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=22.45%
G=38.02%
B=39.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342272360.430.0400.07185.2972.8672.55
Hex86E3EC2B407b94949
Octal20634335453407271111111
Binary10000110111000111110110010101110001111011100110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86E3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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