#8CEAE7

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

Shades of Blizzard Blue #8CEAE7

Tints of Blizzard Blue #8CEAE7

Color information

#8CEAE7 (or 0x8CEAE7) is unknown color: approx Blizzard Blue. HEX triplet: 8C, EA and E7. RGB value is (140,234,231). Sum of RGB (Red+Green+Blue) = 140+234+231=605 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.14% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 231 (90.62% from 255 or 38.18% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEAE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CEAE7 is #731518. Grayscale: #CDCDCD. Windows color (decimal): -7542041 or 15198860. OLE color: 15198860.

HSL color Cylindrical-coordinate representation of color #8CEAE7: hue angle of 178.09º 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 #8CEAE7 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB140234231-
CMYK0.4000.010.08
HSL178.09º69.12%73.33%-
HSV(B)178.09º40.17%91.76%-
XYZ54.6670.1986.27-
YUV205.55142.3681.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.14%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 231 (90.62% from 255) = 38.18%
R=23.14%
G=38.68%
B=38.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402342310.4000.010.08178.0969.1273.33
Hex8CEAE728018b24549
Octal214352347500110262105111
Binary1000110011101010111001111010000110001011001010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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