Shades of Blizzard Blue #91EEF2
Tints of Blizzard Blue #91EEF2
RGB
CMYK
RGB Variations
Color information
#91EEF2 (or 0x91EEF2) is known color: Blizzard Blue. HEX triplet: 91, EE and F2. RGB value is (145,238,242). Sum of RGB (Red+Green+Blue) = 145+238+242=625 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.2% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 242 (94.92% from 255 or 38.72% from 625); Max value from RGB is 242 - color contains mainly: blue. Hex color #91EEF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EEF2 is #6E110D. Grayscale: #D2D2D2. Windows color (decimal): -7213326 or 15920785. OLE color: 15920785.
HSL color Cylindrical-coordinate representation of color #91EEF2: hue angle of 182.47º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91EEF2 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 238 | 242 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.05 |
| HSL | 182.47º | 0.79% | 0.76% | - |
| HSV(B) | 182.47º | 0.4% | 0.95% | - |
| XYZ | 58.28 | 73.58 | 95.14 | - |
| YUV | 210.65 | 145.69 | 81.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 238 | 242 | 0.40 | 0.02 | 0 | 0.05 | 182.47 | 0.79 | 0.76 |
| Hex | 91 | EE | F2 | 28 | 2 | 0 | 5 | B6 | 4F | 4C |
| Octal | 221 | 356 | 362 | 50 | 2 | 0 | 5 | 266 | 117 | 114 |
| Binary | 10010001 | 11101110 | 11110010 | 101000 | 10 | 0 | 101 | 10110110 | 1001111 | 1001100 |
Color Harmonies of #91EEF2
Complementary color
Monochromatic Colors of #91EEF2
Black with #91EEF2
Text Example
Text Example
White with #91EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EEF2; }
p { color: rgb(145,238,242); }
H1.HeaderClassName
{
color: #91EEF2;
}
.AnyTagClassName
{
color: #91EEF2;
}
</style>
background-color css
<style>
a { background-color: #91EEF2; }
a { background-color: rgb(145,238,242); }
div.DivClassName
{
background-color: #91EEF2;
}
.BgClassName
{
background-color: #91EEF2;
}
</style>
border-color css
<style>
span { border-color: #91EEF2; }
span { border-color: rgb(145,238,242); }
td.TdClassName
{
border-color: #91EEF2;
}
.TagClassName
{
border-color: #91EEF2;
}
</style>