#89EAE4

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

Shades of Blizzard Blue #89EAE4

Tints of Blizzard Blue #89EAE4

Color information

#89EAE4 (or 0x89EAE4) is unknown color: approx Blizzard Blue. HEX triplet: 89, EA and E4. RGB value is (137,234,228). Sum of RGB (Red+Green+Blue) = 137+234+228=599 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.87% from 599); Green value is 234 (91.80% from 255 or 39.07% from 599); Blue value is 228 (89.45% from 255 or 38.06% from 599); Max value from RGB is 234 - color contains mainly: green. Hex color #89EAE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89EAE4 is #76151B. Grayscale: #CCCCCC. Windows color (decimal): -7738652 or 15002249. OLE color: 15002249.

HSL color Cylindrical-coordinate representation of color #89EAE4: hue angle of 176.29º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89EAE4 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB137234228-
CMYK0.4100.030.08
HSL176.29º69.78%72.75%-
HSV(B)176.29º41.45%91.76%-
XYZ53.7469.7784.03-
YUV204.31141.3679.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.87%
GREEN value IS 234 (91.80% from 255) = 39.07%
BLUE value IS 228 (89.45% from 255) = 38.06%
R=22.87%
G=39.07%
B=38.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372342280.4100.030.08176.2969.7872.75
Hex89EAE429038b04649
Octal211352344510310260106111
Binary10001001111010101110010010100101110001011000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89EAE4; }

 p { color: rgb(137,234,228); }

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

<style>
 a { background-color: #89EAE4; }

 a { background-color: rgb(137,234,228); }

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

<style>
 span { border-color: #89EAE4; }

 span { border-color: rgb(137,234,228); }

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