Shades of Blizzard Blue #91EEF8
Tints of Blizzard Blue #91EEF8
RGB
CMYK
RGB Variations
Color information
#91EEF8 (or 0x91EEF8) is known color: Blizzard Blue. HEX triplet: 91, EE and F8. RGB value is (145,238,248). Sum of RGB (Red+Green+Blue) = 145+238+248=631 (83% of max value = 765). Red value is 145 (57.03% from 255 or 22.98% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 248 (97.27% from 255 or 39.30% from 631); Max value from RGB is 248 - color contains mainly: blue. Hex color #91EEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EEF8 is #6E1107. Grayscale: #D3D3D3. Windows color (decimal): -7213320 or 16314001. OLE color: 16314001.
HSL color Cylindrical-coordinate representation of color #91EEF8: hue angle of 185.83º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91EEF8 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 145 | 238 | 248 | - |
| CMYK | 0.42 | 0.04 | 0 | 0.03 |
| HSL | 185.83º | 0.88% | 0.77% | - |
| HSV(B) | 185.83º | 0.42% | 0.97% | - |
| XYZ | 59.19 | 73.95 | 99.96 | - |
| YUV | 211.33 | 148.69 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 238 | 248 | 0.42 | 0.04 | 0 | 0.03 | 185.83 | 0.88 | 0.77 |
| Hex | 91 | EE | F8 | 2A | 4 | 0 | 3 | BA | 58 | 4D |
| Octal | 221 | 356 | 370 | 52 | 4 | 0 | 3 | 272 | 130 | 115 |
| Binary | 10010001 | 11101110 | 11111000 | 101010 | 100 | 0 | 11 | 10111010 | 1011000 | 1001101 |
Color Harmonies of #91EEF8
Complementary color
Monochromatic Colors of #91EEF8
Black with #91EEF8
Text Example
Text Example
White with #91EEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EEF8; }
p { color: rgb(145,238,248); }
H1.HeaderClassName
{
color: #91EEF8;
}
.AnyTagClassName
{
color: #91EEF8;
}
</style>
background-color css
<style>
a { background-color: #91EEF8; }
a { background-color: rgb(145,238,248); }
div.DivClassName
{
background-color: #91EEF8;
}
.BgClassName
{
background-color: #91EEF8;
}
</style>
border-color css
<style>
span { border-color: #91EEF8; }
span { border-color: rgb(145,238,248); }
td.TdClassName
{
border-color: #91EEF8;
}
.TagClassName
{
border-color: #91EEF8;
}
</style>