#8ce0ea

Color #8CE0EA Blizzard Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blizzard Blue #8CE0EA

Tints of Blizzard Blue #8CE0EA

Color information

#8CE0EA (or 0x8CE0EA) is unknown color: approx Blizzard Blue. HEX triplet: 8C, E0 and EA. RGB value is (140,224,234). Sum of RGB (Red+Green+Blue) = 140+224+234=598 (79% of max value = 765). Red value is 140 (55.08% from 255 or 23.41% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CE0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CE0EA is #731F15. Grayscale: #C7C7C7. Windows color (decimal): -7544598 or 15392908. OLE color: 15392908.

HSL color Cylindrical-coordinate representation of color #8CE0EA: hue angle of 186.38º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE0EA is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB140224234-
CMYK0.400.0400.08
HSL186.38º69.12%73.33%-
HSV(B)186.38º40.17%91.76%-
XYZ52.3264.8387.6-
YUV200.02147.1785.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.41%
GREEN value IS 224 (87.89% from 255) = 37.46%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=23.41%
G=37.46%
B=39.13%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402242340.400.0400.08186.3869.1273.33
Hex8CE0EA28408ba4549
Octal214340352504010272105111
Binary100011001110000011101010101000100010001011101010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ce0ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ce0ea; }

 p { color: rgb(140,224,234); }

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

<style>
 a { background-color: #8ce0ea; }

 a { background-color: rgb(140,224,234); }

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

<style>
 span { border-color: #8ce0ea; }

 span { border-color: rgb(140,224,234); }

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