Shades of Blizzard Blue #91EDE2
Tints of Blizzard Blue #91EDE2
RGB
CMYK
RGB Variations
Color information
#91EDE2 (or 0x91EDE2) is known color: Blizzard Blue. HEX triplet: 91, ED and E2. RGB value is (145,237,226). Sum of RGB (Red+Green+Blue) = 145+237+226=608 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.85% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #91EDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EDE2 is #6E121D. Grayscale: #D0D0D0. Windows color (decimal): -7213598 or 14871953. OLE color: 14871953.
HSL color Cylindrical-coordinate representation of color #91EDE2: hue angle of 172.83º degrees, saturation: 0.72, 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 #91EDE2 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 145 | 237 | 226 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.07 |
| HSL | 172.83º | 0.72% | 0.75% | - |
| HSV(B) | 172.83º | 0.39% | 0.93% | - |
| XYZ | 55.69 | 72.08 | 82.93 | - |
| YUV | 208.24 | 138.02 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 226 | 0.39 | 0 | 0.05 | 0.07 | 172.83 | 0.72 | 0.75 |
| Hex | 91 | ED | E2 | 27 | 0 | 5 | 7 | AD | 48 | 4B |
| Octal | 221 | 355 | 342 | 47 | 0 | 5 | 7 | 255 | 110 | 113 |
| Binary | 10010001 | 11101101 | 11100010 | 100111 | 0 | 101 | 111 | 10101101 | 1001000 | 1001011 |
Color Harmonies of #91EDE2
Complementary color
Monochromatic Colors of #91EDE2
Black with #91EDE2
Text Example
Text Example
White with #91EDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EDE2; }
p { color: rgb(145,237,226); }
H1.HeaderClassName
{
color: #91EDE2;
}
.AnyTagClassName
{
color: #91EDE2;
}
</style>
background-color css
<style>
a { background-color: #91EDE2; }
a { background-color: rgb(145,237,226); }
div.DivClassName
{
background-color: #91EDE2;
}
.BgClassName
{
background-color: #91EDE2;
}
</style>
border-color css
<style>
span { border-color: #91EDE2; }
span { border-color: rgb(145,237,226); }
td.TdClassName
{
border-color: #91EDE2;
}
.TagClassName
{
border-color: #91EDE2;
}
</style>