Shades of Blizzard Blue #89E5F1
Tints of Blizzard Blue #89E5F1
RGB
CMYK
RGB Variations
Color information
#89E5F1 (or 0x89E5F1) is known color: Blizzard Blue. HEX triplet: 89, E5 and F1. RGB value is (137,229,241). Sum of RGB (Red+Green+Blue) = 137+229+241=607 (80% of max value = 765). Red value is 137 (53.91% from 255 or 22.57% from 607); Green value is 229 (89.84% from 255 or 37.73% from 607); Blue value is 241 (94.53% from 255 or 39.70% from 607); Max value from RGB is 241 - color contains mainly: blue. Hex color #89E5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #89E5F1 is #761A0E. Grayscale: #CACACA. Windows color (decimal): -7739919 or 15852937. OLE color: 15852937.
HSL color Cylindrical-coordinate representation of color #89E5F1: hue angle of 186.92º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #89E5F1 is Cyan = 0.43, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 137 | 229 | 241 | - |
| CMYK | 0.43 | 0.05 | 0 | 0.05 |
| HSL | 186.92º | 0.79% | 0.74% | - |
| HSV(B) | 186.92º | 0.43% | 0.95% | - |
| XYZ | 54.21 | 67.71 | 93.43 | - |
| YUV | 202.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 229 | 241 | 0.43 | 0.05 | 0 | 0.05 | 186.92 | 0.79 | 0.74 |
| Hex | 89 | E5 | F1 | 2B | 5 | 0 | 5 | BB | 4F | 4A |
| Octal | 211 | 345 | 361 | 53 | 5 | 0 | 5 | 273 | 117 | 112 |
| Binary | 10001001 | 11100101 | 11110001 | 101011 | 101 | 0 | 101 | 10111011 | 1001111 | 1001010 |
Color Harmonies of #89E5F1
Complementary color
Monochromatic Colors of #89E5F1
Black with #89E5F1
Text Example
Text Example
White with #89E5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89E5F1; }
p { color: rgb(137,229,241); }
H1.HeaderClassName
{
color: #89E5F1;
}
.AnyTagClassName
{
color: #89E5F1;
}
</style>
background-color css
<style>
a { background-color: #89E5F1; }
a { background-color: rgb(137,229,241); }
div.DivClassName
{
background-color: #89E5F1;
}
.BgClassName
{
background-color: #89E5F1;
}
</style>
border-color css
<style>
span { border-color: #89E5F1; }
span { border-color: rgb(137,229,241); }
td.TdClassName
{
border-color: #89E5F1;
}
.TagClassName
{
border-color: #89E5F1;
}
</style>