#8FEAE9

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

Shades of Blizzard Blue #8FEAE9

Tints of Blizzard Blue #8FEAE9

Color information

#8FEAE9 (or 0x8FEAE9) is unknown color: approx Blizzard Blue. HEX triplet: 8F, EA and E9. RGB value is (143,234,233). Sum of RGB (Red+Green+Blue) = 143+234+233=610 (80% of max value = 765). Red value is 143 (56.25% from 255 or 23.44% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 233 (91.41% from 255 or 38.20% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #8FEAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #8FEAE9 is #701516. Grayscale: #CECECE. Windows color (decimal): -7345431 or 15329935. OLE color: 15329935.

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

Color convert

RGB143234233-
CMYK0.3900.000.08
HSL179.34º68.42%73.92%-
HSV(B)179.34º38.89%91.76%-
XYZ55.4670.5787.79-
YUV206.68142.8582.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 23.44%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 233 (91.41% from 255) = 38.20%
R=23.44%
G=38.36%
B=38.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1432342330.3900.000.08179.3468.4273.92
Hex8FEAE927008b3444a
Octal217352351470010263104112
Binary1000111111101010111010011001110010001011001110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEAE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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