Shades of Blizzard Blue #89E7E5
Tints of Blizzard Blue #89E7E5
RGB
CMYK
RGB Variations
Color information
#89E7E5 (or 0x89E7E5) is known color: Blizzard Blue. HEX triplet: 89, E7 and E5. RGB value is (137,231,229). Sum of RGB (Red+Green+Blue) = 137+231+229=597 (79% of max value = 765). Red value is 137 (53.91% from 255 or 22.95% from 597); Green value is 231 (90.62% from 255 or 38.69% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 231 - color contains mainly: green. Hex color #89E7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #89E7E5 is #76181A. Grayscale: #CACACA. Windows color (decimal): -7739419 or 15067017. OLE color: 15067017.
HSL color Cylindrical-coordinate representation of color #89E7E5: hue angle of 178.72º 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 #89E7E5 is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 137 | 231 | 229 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.09 |
| HSL | 178.72º | 0.66% | 0.72% | - |
| HSV(B) | 178.72º | 0.41% | 0.91% | - |
| XYZ | 53.04 | 68.13 | 84.48 | - |
| YUV | 202.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 231 | 229 | 0.41 | 0 | 0.01 | 0.09 | 178.72 | 0.66 | 0.72 |
| Hex | 89 | E7 | E5 | 29 | 0 | 1 | 9 | B3 | 42 | 48 |
| Octal | 211 | 347 | 345 | 51 | 0 | 1 | 11 | 263 | 102 | 110 |
| Binary | 10001001 | 11100111 | 11100101 | 101001 | 0 | 1 | 1001 | 10110011 | 1000010 | 1001000 |
Color Harmonies of #89E7E5
Complementary color
Monochromatic Colors of #89E7E5
Black with #89E7E5
Text Example
Text Example
White with #89E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E7E5; }
p { color: rgb(137,231,229); }
H1.HeaderClassName
{
color: #89E7E5;
}
.AnyTagClassName
{
color: #89E7E5;
}
</style>
background-color css
<style>
a { background-color: #89E7E5; }
a { background-color: rgb(137,231,229); }
div.DivClassName
{
background-color: #89E7E5;
}
.BgClassName
{
background-color: #89E7E5;
}
</style>
border-color css
<style>
span { border-color: #89E7E5; }
span { border-color: rgb(137,231,229); }
td.TdClassName
{
border-color: #89E7E5;
}
.TagClassName
{
border-color: #89E7E5;
}
</style>