Shades of Blizzard Blue #91F0EF
Tints of Blizzard Blue #91F0EF
RGB
CMYK
RGB Variations
Color information
#91F0EF (or 0x91F0EF) is known color: Blizzard Blue. HEX triplet: 91, F0 and EF. RGB value is (145,240,239). Sum of RGB (Red+Green+Blue) = 145+240+239=624 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.24% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 239 (93.75% from 255 or 38.30% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #91F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F0EF is #6E0F10. Grayscale: #D3D3D3. Windows color (decimal): -7212817 or 15724689. OLE color: 15724689.
HSL color Cylindrical-coordinate representation of color #91F0EF: hue angle of 179.37º 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 #91F0EF is Cyan = 0.40, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 240 | 239 | - |
| CMYK | 0.40 | 0 | 0.00 | 0.06 |
| HSL | 179.37º | 0.76% | 0.75% | - |
| HSV(B) | 179.37º | 0.4% | 0.94% | - |
| XYZ | 58.42 | 74.57 | 92.98 | - |
| YUV | 211.48 | 143.53 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 240 | 239 | 0.40 | 0 | 0.00 | 0.06 | 179.37 | 0.76 | 0.75 |
| Hex | 91 | F0 | EF | 28 | 0 | 0 | 6 | B3 | 4C | 4B |
| Octal | 221 | 360 | 357 | 50 | 0 | 0 | 6 | 263 | 114 | 113 |
| Binary | 10010001 | 11110000 | 11101111 | 101000 | 0 | 0 | 110 | 10110011 | 1001100 | 1001011 |
Color Harmonies of #91F0EF
Complementary color
Monochromatic Colors of #91F0EF
Black with #91F0EF
Text Example
Text Example
White with #91F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F0EF; }
p { color: rgb(145,240,239); }
H1.HeaderClassName
{
color: #91F0EF;
}
.AnyTagClassName
{
color: #91F0EF;
}
</style>
background-color css
<style>
a { background-color: #91F0EF; }
a { background-color: rgb(145,240,239); }
div.DivClassName
{
background-color: #91F0EF;
}
.BgClassName
{
background-color: #91F0EF;
}
</style>
border-color css
<style>
span { border-color: #91F0EF; }
span { border-color: rgb(145,240,239); }
td.TdClassName
{
border-color: #91F0EF;
}
.TagClassName
{
border-color: #91F0EF;
}
</style>