Shades of Blizzard Blue #89E5E7
Tints of Blizzard Blue #89E5E7
RGB
CMYK
RGB Variations
Color information
#89E5E7 (or 0x89E5E7) is known color: Blizzard Blue. HEX triplet: 89, E5 and E7. RGB value is (137,229,231). Sum of RGB (Red+Green+Blue) = 137+229+231=597 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.95% from 597); Green value is 229 (89.84% from 255 or 38.36% from 597); Blue value is 231 (90.62% from 255 or 38.69% from 597); Max value from RGB is 231 - color contains mainly: blue. Hex color #89E5E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E5E7 is #761A18. Grayscale: #C9C9C9. Windows color (decimal): -7739929 or 15197577. OLE color: 15197577.
HSL color Cylindrical-coordinate representation of color #89E5E7: hue angle of 181.28º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #89E5E7 is Cyan = 0.41, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 229 | 231 | - |
| CMYK | 0.41 | 0.01 | 0 | 0.09 |
| HSL | 181.28º | 0.66% | 0.72% | - |
| HSV(B) | 181.28º | 0.41% | 0.91% | - |
| XYZ | 52.76 | 67.13 | 85.78 | - |
| YUV | 201.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 229 | 231 | 0.41 | 0.01 | 0 | 0.09 | 181.28 | 0.66 | 0.72 |
| Hex | 89 | E5 | E7 | 29 | 1 | 0 | 9 | B5 | 42 | 48 |
| Octal | 211 | 345 | 347 | 51 | 1 | 0 | 11 | 265 | 102 | 110 |
| Binary | 10001001 | 11100101 | 11100111 | 101001 | 1 | 0 | 1001 | 10110101 | 1000010 | 1001000 |
Color Harmonies of #89E5E7
Complementary color
Monochromatic Colors of #89E5E7
Black with #89E5E7
Text Example
Text Example
White with #89E5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E5E7; }
p { color: rgb(137,229,231); }
H1.HeaderClassName
{
color: #89E5E7;
}
.AnyTagClassName
{
color: #89E5E7;
}
</style>
background-color css
<style>
a { background-color: #89E5E7; }
a { background-color: rgb(137,229,231); }
div.DivClassName
{
background-color: #89E5E7;
}
.BgClassName
{
background-color: #89E5E7;
}
</style>
border-color css
<style>
span { border-color: #89E5E7; }
span { border-color: rgb(137,229,231); }
td.TdClassName
{
border-color: #89E5E7;
}
.TagClassName
{
border-color: #89E5E7;
}
</style>