Shades of Blizzard Blue #91E7E5
Tints of Blizzard Blue #91E7E5
RGB
CMYK
RGB Variations
Color information
#91E7E5 (or 0x91E7E5) is known color: Blizzard Blue. HEX triplet: 91, E7 and E5. RGB value is (145,231,229). Sum of RGB (Red+Green+Blue) = 145+231+229=605 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.97% from 605); Green value is 231 (90.62% from 255 or 38.18% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 231 - color contains mainly: green. Hex color #91E7E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E7E5 is #6E181A. Grayscale: #CCCCCC. Windows color (decimal): -7215131 or 15067025. OLE color: 15067025.
HSL color Cylindrical-coordinate representation of color #91E7E5: hue angle of 178.6º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91E7E5 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 231 | 229 | - |
| CMYK | 0.37 | 0 | 0.01 | 0.09 |
| HSL | 178.6º | 0.64% | 0.74% | - |
| HSV(B) | 178.6º | 0.37% | 0.91% | - |
| XYZ | 54.4 | 68.83 | 84.55 | - |
| YUV | 205.06 | 141.51 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 231 | 229 | 0.37 | 0 | 0.01 | 0.09 | 178.6 | 0.64 | 0.74 |
| Hex | 91 | E7 | E5 | 25 | 0 | 1 | 9 | B3 | 40 | 4A |
| Octal | 221 | 347 | 345 | 45 | 0 | 1 | 11 | 263 | 100 | 112 |
| Binary | 10010001 | 11100111 | 11100101 | 100101 | 0 | 1 | 1001 | 10110011 | 1000000 | 1001010 |
Color Harmonies of #91E7E5
Complementary color
Monochromatic Colors of #91E7E5
Black with #91E7E5
Text Example
Text Example
White with #91E7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E7E5; }
p { color: rgb(145,231,229); }
H1.HeaderClassName
{
color: #91E7E5;
}
.AnyTagClassName
{
color: #91E7E5;
}
</style>
background-color css
<style>
a { background-color: #91E7E5; }
a { background-color: rgb(145,231,229); }
div.DivClassName
{
background-color: #91E7E5;
}
.BgClassName
{
background-color: #91E7E5;
}
</style>
border-color css
<style>
span { border-color: #91E7E5; }
span { border-color: rgb(145,231,229); }
td.TdClassName
{
border-color: #91E7E5;
}
.TagClassName
{
border-color: #91E7E5;
}
</style>