Shades of Blizzard Blue #91E0E8
Tints of Blizzard Blue #91E0E8
RGB
CMYK
RGB Variations
Color information
#91E0E8 (or 0x91E0E8) is known color: Blizzard Blue. HEX triplet: 91, E0 and E8. RGB value is (145,224,232). Sum of RGB (Red+Green+Blue) = 145+224+232=601 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.13% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 232 (91.02% from 255 or 38.60% from 601); Max value from RGB is 232 - color contains mainly: blue. Hex color #91E0E8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0E8 is #6E1F17. Grayscale: #C9C9C9. Windows color (decimal): -7216920 or 15261841. OLE color: 15261841.
HSL color Cylindrical-coordinate representation of color #91E0E8: hue angle of 185.52º degrees, saturation: 0.65, 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 #91E0E8 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 224 | 232 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.09 |
| HSL | 185.52º | 0.65% | 0.74% | - |
| HSV(B) | 185.52º | 0.38% | 0.91% | - |
| XYZ | 52.9 | 65.16 | 86.13 | - |
| YUV | 201.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 224 | 232 | 0.38 | 0.03 | 0 | 0.09 | 185.52 | 0.65 | 0.74 |
| Hex | 91 | E0 | E8 | 26 | 3 | 0 | 9 | BA | 41 | 4A |
| Octal | 221 | 340 | 350 | 46 | 3 | 0 | 11 | 272 | 101 | 112 |
| Binary | 10010001 | 11100000 | 11101000 | 100110 | 11 | 0 | 1001 | 10111010 | 1000001 | 1001010 |
Color Harmonies of #91E0E8
Complementary color
Monochromatic Colors of #91E0E8
Black with #91E0E8
Text Example
Text Example
White with #91E0E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E0E8; }
p { color: rgb(145,224,232); }
H1.HeaderClassName
{
color: #91E0E8;
}
.AnyTagClassName
{
color: #91E0E8;
}
</style>
background-color css
<style>
a { background-color: #91E0E8; }
a { background-color: rgb(145,224,232); }
div.DivClassName
{
background-color: #91E0E8;
}
.BgClassName
{
background-color: #91E0E8;
}
</style>
border-color css
<style>
span { border-color: #91E0E8; }
span { border-color: rgb(145,224,232); }
td.TdClassName
{
border-color: #91E0E8;
}
.TagClassName
{
border-color: #91E0E8;
}
</style>