#8FE7EA

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

Shades of Blizzard Blue #8FE7EA

Tints of Blizzard Blue #8FE7EA

Color information

#8FE7EA (or 0x8FE7EA) is unknown color: approx Blizzard Blue. HEX triplet: 8F, E7 and EA. RGB value is (143,231,234). Sum of RGB (Red+Green+Blue) = 143+231+234=608 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.52% from 608); Green value is 231 (90.62% from 255 or 37.99% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FE7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FE7EA is #701815. Grayscale: #CCCCCC. Windows color (decimal): -7346198 or 15394703. OLE color: 15394703.

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

Color convert

RGB143231234-
CMYK0.390.0100.08
HSL181.98º68.42%73.92%-
HSV(B)181.98º38.89%91.76%-
XYZ54.7568.9388.26-
YUV205.03144.3583.76-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.52%
GREEN value IS 231 (90.62% from 255) = 37.99%
BLUE value IS 234 (91.80% from 255) = 38.49%
R=23.52%
G=37.99%
B=38.49%

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
Decimal1432312340.390.0100.08181.9868.4273.92
Hex8FE7EA27108b6444a
Octal217347352471010266104112
Binary1000111111100111111010101001111010001011011010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FE7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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