#8FE8EA

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

Shades of Blizzard Blue #8FE8EA

Tints of Blizzard Blue #8FE8EA

Color information

#8FE8EA (or 0x8FE8EA) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E8 and EA. RGB value is (143,232,234). Sum of RGB (Red+Green+Blue) = 143+232+234=609 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.48% from 609); Green value is 232 (91.02% from 255 or 38.10% from 609); Blue value is 234 (91.80% from 255 or 38.42% from 609); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FE8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE8EA is #701715. Grayscale: #CDCDCD. Windows color (decimal): -7345942 or 15394959. OLE color: 15394959.

HSL color Cylindrical-coordinate representation of color #8FE8EA: hue angle of 181.32º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FE8EA is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB143232234-
CMYK0.390.0100.08
HSL181.32º68.42%73.92%-
HSV(B)181.32º38.89%91.76%-
XYZ55.0469.4988.35-
YUV205.62144.0183.34-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.48%
GREEN value IS 232 (91.02% from 255) = 38.10%
BLUE value IS 234 (91.80% from 255) = 38.42%
R=23.48%
G=38.10%
B=38.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432322340.390.0100.08181.3268.4273.92
Hex8FE8EA27108b5444a
Octal217350352471010265104112
Binary1000111111101000111010101001111010001011010110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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