Shades of Blizzard Blue #91EEF0
Tints of Blizzard Blue #91EEF0
RGB
CMYK
RGB Variations
Color information
#91EEF0 (or 0x91EEF0) is known color: Blizzard Blue. HEX triplet: 91, EE and F0. RGB value is (145,238,240). Sum of RGB (Red+Green+Blue) = 145+238+240=623 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.27% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #91EEF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EEF0 is #6E110F. Grayscale: #D2D2D2. Windows color (decimal): -7213328 or 15789713. OLE color: 15789713.
HSL color Cylindrical-coordinate representation of color #91EEF0: hue angle of 181.26º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91EEF0 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 238 | 240 | - |
| CMYK | 0.40 | 0.01 | 0 | 0.06 |
| HSL | 181.26º | 0.76% | 0.75% | - |
| HSV(B) | 181.26º | 0.4% | 0.94% | - |
| XYZ | 57.98 | 73.46 | 93.56 | - |
| YUV | 210.42 | 144.69 | 81.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 238 | 240 | 0.40 | 0.01 | 0 | 0.06 | 181.26 | 0.76 | 0.75 |
| Hex | 91 | EE | F0 | 28 | 1 | 0 | 6 | B5 | 4C | 4B |
| Octal | 221 | 356 | 360 | 50 | 1 | 0 | 6 | 265 | 114 | 113 |
| Binary | 10010001 | 11101110 | 11110000 | 101000 | 1 | 0 | 110 | 10110101 | 1001100 | 1001011 |
Color Harmonies of #91EEF0
Complementary color
Monochromatic Colors of #91EEF0
Black with #91EEF0
Text Example
Text Example
White with #91EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EEF0; }
p { color: rgb(145,238,240); }
H1.HeaderClassName
{
color: #91EEF0;
}
.AnyTagClassName
{
color: #91EEF0;
}
</style>
background-color css
<style>
a { background-color: #91EEF0; }
a { background-color: rgb(145,238,240); }
div.DivClassName
{
background-color: #91EEF0;
}
.BgClassName
{
background-color: #91EEF0;
}
</style>
border-color css
<style>
span { border-color: #91EEF0; }
span { border-color: rgb(145,238,240); }
td.TdClassName
{
border-color: #91EEF0;
}
.TagClassName
{
border-color: #91EEF0;
}
</style>