Shades of Blizzard Blue #91E9E1
Tints of Blizzard Blue #91E9E1
RGB
CMYK
RGB Variations
Color information
#91E9E1 (or 0x91E9E1) is known color: Blizzard Blue. HEX triplet: 91, E9 and E1. RGB value is (145,233,225). Sum of RGB (Red+Green+Blue) = 145+233+225=603 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.05% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 225 (88.28% from 255 or 37.31% from 603); Max value from RGB is 233 - color contains mainly: green. Hex color #91E9E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E9E1 is #6E161E. Grayscale: #CDCDCD. Windows color (decimal): -7214623 or 14805393. OLE color: 14805393.
HSL color Cylindrical-coordinate representation of color #91E9E1: hue angle of 174.55º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91E9E1 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 233 | 225 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.09 |
| HSL | 174.55º | 0.67% | 0.74% | - |
| HSV(B) | 174.55º | 0.38% | 0.91% | - |
| XYZ | 54.41 | 69.73 | 81.83 | - |
| YUV | 205.78 | 138.85 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 233 | 225 | 0.38 | 0 | 0.03 | 0.09 | 174.55 | 0.67 | 0.74 |
| Hex | 91 | E9 | E1 | 26 | 0 | 3 | 9 | AF | 43 | 4A |
| Octal | 221 | 351 | 341 | 46 | 0 | 3 | 11 | 257 | 103 | 112 |
| Binary | 10010001 | 11101001 | 11100001 | 100110 | 0 | 11 | 1001 | 10101111 | 1000011 | 1001010 |
Color Harmonies of #91E9E1
Complementary color
Monochromatic Colors of #91E9E1
Black with #91E9E1
Text Example
Text Example
White with #91E9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E9E1; }
p { color: rgb(145,233,225); }
H1.HeaderClassName
{
color: #91E9E1;
}
.AnyTagClassName
{
color: #91E9E1;
}
</style>
background-color css
<style>
a { background-color: #91E9E1; }
a { background-color: rgb(145,233,225); }
div.DivClassName
{
background-color: #91E9E1;
}
.BgClassName
{
background-color: #91E9E1;
}
</style>
border-color css
<style>
span { border-color: #91E9E1; }
span { border-color: rgb(145,233,225); }
td.TdClassName
{
border-color: #91E9E1;
}
.TagClassName
{
border-color: #91E9E1;
}
</style>