Shades of Blizzard Blue #89E5EF
Tints of Blizzard Blue #89E5EF
RGB
CMYK
RGB Variations
Color information
#89E5EF (or 0x89E5EF) is known color: Blizzard Blue. HEX triplet: 89, E5 and EF. RGB value is (137,229,239). Sum of RGB (Red+Green+Blue) = 137+229+239=605 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.64% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 239 (93.75% from 255 or 39.50% from 605); Max value from RGB is 239 - color contains mainly: blue. Hex color #89E5EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E5EF is #761A10. Grayscale: #CACACA. Windows color (decimal): -7739921 or 15721865. OLE color: 15721865.
HSL color Cylindrical-coordinate representation of color #89E5EF: hue angle of 185.88º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89E5EF is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 229 | 239 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.06 |
| HSL | 185.88º | 0.76% | 0.74% | - |
| HSV(B) | 185.88º | 0.43% | 0.94% | - |
| XYZ | 53.92 | 67.59 | 91.87 | - |
| YUV | 202.63 | 148.52 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 229 | 239 | 0.43 | 0.04 | 0 | 0.06 | 185.88 | 0.76 | 0.74 |
| Hex | 89 | E5 | EF | 2B | 4 | 0 | 6 | BA | 4C | 4A |
| Octal | 211 | 345 | 357 | 53 | 4 | 0 | 6 | 272 | 114 | 112 |
| Binary | 10001001 | 11100101 | 11101111 | 101011 | 100 | 0 | 110 | 10111010 | 1001100 | 1001010 |
Color Harmonies of #89E5EF
Complementary color
Monochromatic Colors of #89E5EF
Black with #89E5EF
Text Example
Text Example
White with #89E5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E5EF; }
p { color: rgb(137,229,239); }
H1.HeaderClassName
{
color: #89E5EF;
}
.AnyTagClassName
{
color: #89E5EF;
}
</style>
background-color css
<style>
a { background-color: #89E5EF; }
a { background-color: rgb(137,229,239); }
div.DivClassName
{
background-color: #89E5EF;
}
.BgClassName
{
background-color: #89E5EF;
}
</style>
border-color css
<style>
span { border-color: #89E5EF; }
span { border-color: rgb(137,229,239); }
td.TdClassName
{
border-color: #89E5EF;
}
.TagClassName
{
border-color: #89E5EF;
}
</style>