Shades of Blizzard Blue #89E8E7
Tints of Blizzard Blue #89E8E7
RGB
CMYK
RGB Variations
Color information
#89E8E7 (or 0x89E8E7) is known color: Blizzard Blue. HEX triplet: 89, E8 and E7. RGB value is (137,232,231). Sum of RGB (Red+Green+Blue) = 137+232+231=600 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.83% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 231 (90.62% from 255 or 38.5% from 600); Max value from RGB is 232 - color contains mainly: green. Hex color #89E8E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #89E8E7 is #761718. Grayscale: #CBCBCB. Windows color (decimal): -7739161 or 15198345. OLE color: 15198345.
HSL color Cylindrical-coordinate representation of color #89E8E7: hue angle of 179.37º degrees, saturation: 0.67, 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 #89E8E7 is Cyan = 0.41, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 232 | 231 | - |
| CMYK | 0.41 | 0 | 0.00 | 0.09 |
| HSL | 179.37º | 0.67% | 0.72% | - |
| HSV(B) | 179.37º | 0.41% | 0.91% | - |
| XYZ | 53.6 | 68.8 | 86.06 | - |
| YUV | 203.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 232 | 231 | 0.41 | 0 | 0.00 | 0.09 | 179.37 | 0.67 | 0.72 |
| Hex | 89 | E8 | E7 | 29 | 0 | 0 | 9 | B3 | 43 | 48 |
| Octal | 211 | 350 | 347 | 51 | 0 | 0 | 11 | 263 | 103 | 110 |
| Binary | 10001001 | 11101000 | 11100111 | 101001 | 0 | 0 | 1001 | 10110011 | 1000011 | 1001000 |
Color Harmonies of #89E8E7
Complementary color
Monochromatic Colors of #89E8E7
Black with #89E8E7
Text Example
Text Example
White with #89E8E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E8E7; }
p { color: rgb(137,232,231); }
H1.HeaderClassName
{
color: #89E8E7;
}
.AnyTagClassName
{
color: #89E8E7;
}
</style>
background-color css
<style>
a { background-color: #89E8E7; }
a { background-color: rgb(137,232,231); }
div.DivClassName
{
background-color: #89E8E7;
}
.BgClassName
{
background-color: #89E8E7;
}
</style>
border-color css
<style>
span { border-color: #89E8E7; }
span { border-color: rgb(137,232,231); }
td.TdClassName
{
border-color: #89E8E7;
}
.TagClassName
{
border-color: #89E8E7;
}
</style>