#8CE8EA

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

Shades of Blizzard Blue #8CE8EA

Tints of Blizzard Blue #8CE8EA

Color information

#8CE8EA (or 0x8CE8EA) is unknown color: approx Blizzard Blue. HEX triplet: 8C, E8 and EA. RGB value is (140,232,234). Sum of RGB (Red+Green+Blue) = 140+232+234=606 (80% of max value = 765). Red value is 140 (55.08% from 255 or 23.10% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #8CE8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8CE8EA is #731715. Grayscale: #CCCCCC. Windows color (decimal): -7542550 or 15394956. OLE color: 15394956.

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

Color convert

RGB140232234-
CMYK0.400.0100.08
HSL181.28º69.12%73.33%-
HSV(B)181.28º40.17%91.76%-
XYZ54.5269.2388.33-
YUV204.72144.5281.84-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.10%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=23.10%
G=38.28%
B=38.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1402322340.400.0100.08181.2869.1273.33
Hex8CE8EA28108b54549
Octal214350352501010265105111
Binary1000110011101000111010101010001010001011010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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