Shades of Blizzard Blue #89E4F0
Tints of Blizzard Blue #89E4F0
RGB
CMYK
RGB Variations
Color information
#89E4F0 (or 0x89E4F0) is known color: Blizzard Blue. HEX triplet: 89, E4 and F0. RGB value is (137,228,240). Sum of RGB (Red+Green+Blue) = 137+228+240=605 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.64% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 240 (94.14% from 255 or 39.67% from 605); Max value from RGB is 240 - color contains mainly: blue. Hex color #89E4F0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E4F0 is #761B0F. Grayscale: #CACACA. Windows color (decimal): -7740176 or 15787145. OLE color: 15787145.
HSL color Cylindrical-coordinate representation of color #89E4F0: hue angle of 186.99º degrees, saturation: 0.77, 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 #89E4F0 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 137 | 228 | 240 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.06 |
| HSL | 186.99º | 0.77% | 0.74% | - |
| HSV(B) | 186.99º | 0.43% | 0.94% | - |
| XYZ | 53.79 | 67.1 | 92.55 | - |
| YUV | 202.16 | 149.35 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 228 | 240 | 0.43 | 0.05 | 0 | 0.06 | 186.99 | 0.77 | 0.74 |
| Hex | 89 | E4 | F0 | 2B | 5 | 0 | 6 | BB | 4D | 4A |
| Octal | 211 | 344 | 360 | 53 | 5 | 0 | 6 | 273 | 115 | 112 |
| Binary | 10001001 | 11100100 | 11110000 | 101011 | 101 | 0 | 110 | 10111011 | 1001101 | 1001010 |
Color Harmonies of #89E4F0
Complementary color
Monochromatic Colors of #89E4F0
Black with #89E4F0
Text Example
Text Example
White with #89E4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E4F0; }
p { color: rgb(137,228,240); }
H1.HeaderClassName
{
color: #89E4F0;
}
.AnyTagClassName
{
color: #89E4F0;
}
</style>
background-color css
<style>
a { background-color: #89E4F0; }
a { background-color: rgb(137,228,240); }
div.DivClassName
{
background-color: #89E4F0;
}
.BgClassName
{
background-color: #89E4F0;
}
</style>
border-color css
<style>
span { border-color: #89E4F0; }
span { border-color: rgb(137,228,240); }
td.TdClassName
{
border-color: #89E4F0;
}
.TagClassName
{
border-color: #89E4F0;
}
</style>