Shades of Blizzard Blue #91E0EF
Tints of Blizzard Blue #91E0EF
RGB
CMYK
RGB Variations
Color information
#91E0EF (or 0x91E0EF) is known color: Blizzard Blue. HEX triplet: 91, E0 and EF. RGB value is (145,224,239). Sum of RGB (Red+Green+Blue) = 145+224+239=608 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.85% from 608); Green value is 224 (87.89% from 255 or 36.84% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #91E0EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E0EF is #6E1F10. Grayscale: #C9C9C9. Windows color (decimal): -7216913 or 15720593. OLE color: 15720593.
HSL color Cylindrical-coordinate representation of color #91E0EF: hue angle of 189.57º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91E0EF is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 224 | 239 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.06 |
| HSL | 189.57º | 0.75% | 0.75% | - |
| HSV(B) | 189.57º | 0.39% | 0.94% | - |
| XYZ | 53.91 | 65.56 | 91.47 | - |
| YUV | 202.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 224 | 239 | 0.39 | 0.06 | 0 | 0.06 | 189.57 | 0.75 | 0.75 |
| Hex | 91 | E0 | EF | 27 | 6 | 0 | 6 | BE | 4B | 4B |
| Octal | 221 | 340 | 357 | 47 | 6 | 0 | 6 | 276 | 113 | 113 |
| Binary | 10010001 | 11100000 | 11101111 | 100111 | 110 | 0 | 110 | 10111110 | 1001011 | 1001011 |
Color Harmonies of #91E0EF
Complementary color
Monochromatic Colors of #91E0EF
Black with #91E0EF
Text Example
Text Example
White with #91E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E0EF; }
p { color: rgb(145,224,239); }
H1.HeaderClassName
{
color: #91E0EF;
}
.AnyTagClassName
{
color: #91E0EF;
}
</style>
background-color css
<style>
a { background-color: #91E0EF; }
a { background-color: rgb(145,224,239); }
div.DivClassName
{
background-color: #91E0EF;
}
.BgClassName
{
background-color: #91E0EF;
}
</style>
border-color css
<style>
span { border-color: #91E0EF; }
span { border-color: rgb(145,224,239); }
td.TdClassName
{
border-color: #91E0EF;
}
.TagClassName
{
border-color: #91E0EF;
}
</style>