#89E8EA

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

Shades of Blizzard Blue #89E8EA

Tints of Blizzard Blue #89E8EA

Color information

#89E8EA (or 0x89E8EA) is unknown color: approx Blizzard Blue. HEX triplet: 89, E8 and EA. RGB value is (137,232,234). Sum of RGB (Red+Green+Blue) = 137+232+234=603 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.72% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #89E8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E8EA is #761715. Grayscale: #CBCBCB. Windows color (decimal): -7739158 or 15394953. OLE color: 15394953.

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

Color convert

RGB137232234-
CMYK0.410.0100.08
HSL181.24º69.78%72.75%-
HSV(B)181.24º41.45%91.76%-
XYZ54.0268.9788.31-
YUV203.82145.0380.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.72%
GREEN value IS 232 (91.02% from 255) = 38.47%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=22.72%
G=38.47%
B=38.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1372322340.410.0100.08181.2469.7872.75
Hex89E8EA29108b54649
Octal211350352511010265106111
Binary1000100111101000111010101010011010001011010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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