Shades of Blizzard Blue #89E8E5
Tints of Blizzard Blue #89E8E5
RGB
CMYK
RGB Variations
Color information
#89E8E5 (or 0x89E8E5) is known color: Blizzard Blue. HEX triplet: 89, E8 and E5. RGB value is (137,232,229). Sum of RGB (Red+Green+Blue) = 137+232+229=598 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.91% from 598); Green value is 232 (91.02% from 255 or 38.80% from 598); Blue value is 229 (89.84% from 255 or 38.29% from 598); Max value from RGB is 232 - color contains mainly: green. Hex color #89E8E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89E8E5 is #76171A. Grayscale: #CBCBCB. Windows color (decimal): -7739163 or 15067273. OLE color: 15067273.
HSL color Cylindrical-coordinate representation of color #89E8E5: hue angle of 178.11º 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 #89E8E5 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 232 | 229 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.09 |
| HSL | 178.11º | 0.67% | 0.72% | - |
| HSV(B) | 178.11º | 0.41% | 0.91% | - |
| XYZ | 53.32 | 68.69 | 84.58 | - |
| YUV | 203.25 | 142.53 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 232 | 229 | 0.41 | 0 | 0.01 | 0.09 | 178.11 | 0.67 | 0.72 |
| Hex | 89 | E8 | E5 | 29 | 0 | 1 | 9 | B2 | 43 | 48 |
| Octal | 211 | 350 | 345 | 51 | 0 | 1 | 11 | 262 | 103 | 110 |
| Binary | 10001001 | 11101000 | 11100101 | 101001 | 0 | 1 | 1001 | 10110010 | 1000011 | 1001000 |
Color Harmonies of #89E8E5
Complementary color
Monochromatic Colors of #89E8E5
Black with #89E8E5
Text Example
Text Example
White with #89E8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E8E5; }
p { color: rgb(137,232,229); }
H1.HeaderClassName
{
color: #89E8E5;
}
.AnyTagClassName
{
color: #89E8E5;
}
</style>
background-color css
<style>
a { background-color: #89E8E5; }
a { background-color: rgb(137,232,229); }
div.DivClassName
{
background-color: #89E8E5;
}
.BgClassName
{
background-color: #89E8E5;
}
</style>
border-color css
<style>
span { border-color: #89E8E5; }
span { border-color: rgb(137,232,229); }
td.TdClassName
{
border-color: #89E8E5;
}
.TagClassName
{
border-color: #89E8E5;
}
</style>