#89E5EA

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

Shades of Blizzard Blue #89E5EA

Tints of Blizzard Blue #89E5EA

Color information

#89E5EA (or 0x89E5EA) is unknown color: approx Blizzard Blue. HEX triplet: 89, E5 and EA. RGB value is (137,229,234). Sum of RGB (Red+Green+Blue) = 137+229+234=600 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.83% from 600); Green value is 229 (89.84% from 255 or 38.17% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #89E5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E5EA is #761A15. Grayscale: #C9C9C9. Windows color (decimal): -7739926 or 15394185. OLE color: 15394185.

HSL color Cylindrical-coordinate representation of color #89E5EA: hue angle of 183.09º 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 #89E5EA is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB137229234-
CMYK0.410.0200.08
HSL183.09º69.78%72.75%-
HSV(B)183.09º41.45%91.76%-
XYZ53.1967.388.03-
YUV202.06146.0281.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.83%
GREEN value IS 229 (89.84% from 255) = 38.17%
BLUE value IS 234 (91.80% from 255) = 39%
R=22.83%
G=38.17%
B=39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372292340.410.0200.08183.0969.7872.75
Hex89E5EA29208b74649
Octal211345352512010267106111
Binary10001001111001011110101010100110010001011011110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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