Shades of Blizzard Blue #91E2E7
Tints of Blizzard Blue #91E2E7
RGB
CMYK
RGB Variations
Color information
#91E2E7 (or 0x91E2E7) is known color: Blizzard Blue. HEX triplet: 91, E2 and E7. RGB value is (145,226,231). Sum of RGB (Red+Green+Blue) = 145+226+231=602 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.09% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 231 (90.62% from 255 or 38.37% from 602); Max value from RGB is 231 - color contains mainly: blue. Hex color #91E2E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E2E7 is #6E1D18. Grayscale: #CACACA. Windows color (decimal): -7216409 or 15196817. OLE color: 15196817.
HSL color Cylindrical-coordinate representation of color #91E2E7: hue angle of 183.49º 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 #91E2E7 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 226 | 231 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.09 |
| HSL | 183.49º | 0.64% | 0.74% | - |
| HSV(B) | 183.49º | 0.37% | 0.91% | - |
| XYZ | 53.3 | 66.18 | 85.57 | - |
| YUV | 202.35 | 144.16 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 226 | 231 | 0.37 | 0.02 | 0 | 0.09 | 183.49 | 0.64 | 0.74 |
| Hex | 91 | E2 | E7 | 25 | 2 | 0 | 9 | B7 | 40 | 4A |
| Octal | 221 | 342 | 347 | 45 | 2 | 0 | 11 | 267 | 100 | 112 |
| Binary | 10010001 | 11100010 | 11100111 | 100101 | 10 | 0 | 1001 | 10110111 | 1000000 | 1001010 |
Color Harmonies of #91E2E7
Complementary color
Monochromatic Colors of #91E2E7
Black with #91E2E7
Text Example
Text Example
White with #91E2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E2E7; }
p { color: rgb(145,226,231); }
H1.HeaderClassName
{
color: #91E2E7;
}
.AnyTagClassName
{
color: #91E2E7;
}
</style>
background-color css
<style>
a { background-color: #91E2E7; }
a { background-color: rgb(145,226,231); }
div.DivClassName
{
background-color: #91E2E7;
}
.BgClassName
{
background-color: #91E2E7;
}
</style>
border-color css
<style>
span { border-color: #91E2E7; }
span { border-color: rgb(145,226,231); }
td.TdClassName
{
border-color: #91E2E7;
}
.TagClassName
{
border-color: #91E2E7;
}
</style>