Shades of Blizzard Blue #91E9E2
Tints of Blizzard Blue #91E9E2
RGB
CMYK
RGB Variations
Color information
#91E9E2 (or 0x91E9E2) is known color: Blizzard Blue. HEX triplet: 91, E9 and E2. RGB value is (145,233,226). Sum of RGB (Red+Green+Blue) = 145+233+226=604 (80% of max value = 765). Red value is 145 (57.03% from 255 or 24.01% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #91E9E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91E9E2 is #6E161D. Grayscale: #CDCDCD. Windows color (decimal): -7214622 or 14870929. OLE color: 14870929.
HSL color Cylindrical-coordinate representation of color #91E9E2: hue angle of 175.23º degrees, saturation: 0.67, 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 #91E9E2 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 233 | 226 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.09 |
| HSL | 175.23º | 0.67% | 0.74% | - |
| HSV(B) | 175.23º | 0.38% | 0.91% | - |
| XYZ | 54.54 | 69.79 | 82.55 | - |
| YUV | 205.89 | 139.35 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 233 | 226 | 0.38 | 0 | 0.03 | 0.09 | 175.23 | 0.67 | 0.74 |
| Hex | 91 | E9 | E2 | 26 | 0 | 3 | 9 | AF | 43 | 4A |
| Octal | 221 | 351 | 342 | 46 | 0 | 3 | 11 | 257 | 103 | 112 |
| Binary | 10010001 | 11101001 | 11100010 | 100110 | 0 | 11 | 1001 | 10101111 | 1000011 | 1001010 |
Color Harmonies of #91E9E2
Complementary color
Monochromatic Colors of #91E9E2
Black with #91E9E2
Text Example
Text Example
White with #91E9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E9E2; }
p { color: rgb(145,233,226); }
H1.HeaderClassName
{
color: #91E9E2;
}
.AnyTagClassName
{
color: #91E9E2;
}
</style>
background-color css
<style>
a { background-color: #91E9E2; }
a { background-color: rgb(145,233,226); }
div.DivClassName
{
background-color: #91E9E2;
}
.BgClassName
{
background-color: #91E9E2;
}
</style>
border-color css
<style>
span { border-color: #91E9E2; }
span { border-color: rgb(145,233,226); }
td.TdClassName
{
border-color: #91E9E2;
}
.TagClassName
{
border-color: #91E9E2;
}
</style>