#89E7EA

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

Shades of Blizzard Blue #89E7EA

Tints of Blizzard Blue #89E7EA

Color information

#89E7EA (or 0x89E7EA) is unknown color: approx Blizzard Blue. HEX triplet: 89, E7 and EA. RGB value is (137,231,234). Sum of RGB (Red+Green+Blue) = 137+231+234=602 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.76% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #89E7EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E7EA is #761815. Grayscale: #CBCBCB. Windows color (decimal): -7739414 or 15394697. OLE color: 15394697.

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

Color convert

RGB137231234-
CMYK0.410.0100.08
HSL181.86º69.78%72.75%-
HSV(B)181.86º41.45%91.76%-
XYZ53.7468.4188.21-
YUV203.24145.3680.76-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 22.76%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=22.76%
G=38.37%
B=38.87%

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
Decimal1372312340.410.0100.08181.8669.7872.75
Hex89E7EA29108b64649
Octal211347352511010266106111
Binary1000100111100111111010101010011010001011011010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89E7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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