Shades of Blizzard Blue #91EEE8
Tints of Blizzard Blue #91EEE8
RGB
CMYK
RGB Variations
Color information
#91EEE8 (or 0x91EEE8) is known color: Blizzard Blue. HEX triplet: 91, EE and E8. RGB value is (145,238,232). Sum of RGB (Red+Green+Blue) = 145+238+232=615 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.58% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #91EEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EEE8 is #6E1117. Grayscale: #D1D1D1. Windows color (decimal): -7213336 or 15265425. OLE color: 15265425.
HSL color Cylindrical-coordinate representation of color #91EEE8: hue angle of 176.13º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EEE8 is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 238 | 232 | - |
| CMYK | 0.39 | 0 | 0.03 | 0.07 |
| HSL | 176.13º | 0.73% | 0.75% | - |
| HSV(B) | 176.13º | 0.39% | 0.93% | - |
| XYZ | 56.82 | 73 | 87.44 | - |
| YUV | 209.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 238 | 232 | 0.39 | 0 | 0.03 | 0.07 | 176.13 | 0.73 | 0.75 |
| Hex | 91 | EE | E8 | 27 | 0 | 3 | 7 | B0 | 49 | 4B |
| Octal | 221 | 356 | 350 | 47 | 0 | 3 | 7 | 260 | 111 | 113 |
| Binary | 10010001 | 11101110 | 11101000 | 100111 | 0 | 11 | 111 | 10110000 | 1001001 | 1001011 |
Color Harmonies of #91EEE8
Complementary color
Monochromatic Colors of #91EEE8
Black with #91EEE8
Text Example
Text Example
White with #91EEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EEE8; }
p { color: rgb(145,238,232); }
H1.HeaderClassName
{
color: #91EEE8;
}
.AnyTagClassName
{
color: #91EEE8;
}
</style>
background-color css
<style>
a { background-color: #91EEE8; }
a { background-color: rgb(145,238,232); }
div.DivClassName
{
background-color: #91EEE8;
}
.BgClassName
{
background-color: #91EEE8;
}
</style>
border-color css
<style>
span { border-color: #91EEE8; }
span { border-color: rgb(145,238,232); }
td.TdClassName
{
border-color: #91EEE8;
}
.TagClassName
{
border-color: #91EEE8;
}
</style>