Shades of Blizzard Blue #91E8E2
Tints of Blizzard Blue #91E8E2
RGB
CMYK
RGB Variations
Color information
#91E8E2 (or 0x91E8E2) is known color: Blizzard Blue. HEX triplet: 91, E8 and E2. RGB value is (145,232,226). Sum of RGB (Red+Green+Blue) = 145+232+226=603 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.05% from 603); Green value is 232 (91.02% from 255 or 38.47% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 232 - color contains mainly: green. Hex color #91E8E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E8E2 is #6E171D. Grayscale: #CDCDCD. Windows color (decimal): -7214878 or 14870673. OLE color: 14870673.
HSL color Cylindrical-coordinate representation of color #91E8E2: hue angle of 175.86º 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 #91E8E2 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 232 | 226 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.09 |
| HSL | 175.86º | 0.65% | 0.74% | - |
| HSV(B) | 175.86º | 0.38% | 0.91% | - |
| XYZ | 54.26 | 69.22 | 82.45 | - |
| YUV | 205.3 | 139.68 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 232 | 226 | 0.38 | 0 | 0.03 | 0.09 | 175.86 | 0.65 | 0.74 |
| Hex | 91 | E8 | E2 | 26 | 0 | 3 | 9 | B0 | 41 | 4A |
| Octal | 221 | 350 | 342 | 46 | 0 | 3 | 11 | 260 | 101 | 112 |
| Binary | 10010001 | 11101000 | 11100010 | 100110 | 0 | 11 | 1001 | 10110000 | 1000001 | 1001010 |
Color Harmonies of #91E8E2
Complementary color
Monochromatic Colors of #91E8E2
Black with #91E8E2
Text Example
Text Example
White with #91E8E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E8E2; }
p { color: rgb(145,232,226); }
H1.HeaderClassName
{
color: #91E8E2;
}
.AnyTagClassName
{
color: #91E8E2;
}
</style>
background-color css
<style>
a { background-color: #91E8E2; }
a { background-color: rgb(145,232,226); }
div.DivClassName
{
background-color: #91E8E2;
}
.BgClassName
{
background-color: #91E8E2;
}
</style>
border-color css
<style>
span { border-color: #91E8E2; }
span { border-color: rgb(145,232,226); }
td.TdClassName
{
border-color: #91E8E2;
}
.TagClassName
{
border-color: #91E8E2;
}
</style>