Shades of Blizzard Blue #91EEF3
Tints of Blizzard Blue #91EEF3
RGB
CMYK
RGB Variations
Color information
#91EEF3 (or 0x91EEF3) is known color: Blizzard Blue. HEX triplet: 91, EE and F3. RGB value is (145,238,243). Sum of RGB (Red+Green+Blue) = 145+238+243=626 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.16% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 243 (95.31% from 255 or 38.82% from 626); Max value from RGB is 243 - color contains mainly: blue. Hex color #91EEF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EEF3 is #6E110C. Grayscale: #D2D2D2. Windows color (decimal): -7213325 or 15986321. OLE color: 15986321.
HSL color Cylindrical-coordinate representation of color #91EEF3: hue angle of 183.06º degrees, saturation: 0.8, 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 #91EEF3 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 238 | 243 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.05 |
| HSL | 183.06º | 0.8% | 0.76% | - |
| HSV(B) | 183.06º | 0.4% | 0.95% | - |
| XYZ | 58.43 | 73.64 | 95.93 | - |
| YUV | 210.76 | 146.19 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 238 | 243 | 0.40 | 0.02 | 0 | 0.05 | 183.06 | 0.8 | 0.76 |
| Hex | 91 | EE | F3 | 28 | 2 | 0 | 5 | B7 | 50 | 4C |
| Octal | 221 | 356 | 363 | 50 | 2 | 0 | 5 | 267 | 120 | 114 |
| Binary | 10010001 | 11101110 | 11110011 | 101000 | 10 | 0 | 101 | 10110111 | 1010000 | 1001100 |
Color Harmonies of #91EEF3
Complementary color
Monochromatic Colors of #91EEF3
Black with #91EEF3
Text Example
Text Example
White with #91EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EEF3; }
p { color: rgb(145,238,243); }
H1.HeaderClassName
{
color: #91EEF3;
}
.AnyTagClassName
{
color: #91EEF3;
}
</style>
background-color css
<style>
a { background-color: #91EEF3; }
a { background-color: rgb(145,238,243); }
div.DivClassName
{
background-color: #91EEF3;
}
.BgClassName
{
background-color: #91EEF3;
}
</style>
border-color css
<style>
span { border-color: #91EEF3; }
span { border-color: rgb(145,238,243); }
td.TdClassName
{
border-color: #91EEF3;
}
.TagClassName
{
border-color: #91EEF3;
}
</style>