Shades of Blizzard Blue #91F3EC
Tints of Blizzard Blue #91F3EC
RGB
CMYK
RGB Variations
Color information
#91F3EC (or 0x91F3EC) is known color: Blizzard Blue. HEX triplet: 91, F3 and EC. RGB value is (145,243,236). Sum of RGB (Red+Green+Blue) = 145+243+236=624 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.24% from 624); Green value is 243 (95.31% from 255 or 38.94% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 243 - color contains mainly: green. Hex color #91F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F3EC is #6E0C13. Grayscale: #D4D4D4. Windows color (decimal): -7212052 or 15528849. OLE color: 15528849.
HSL color Cylindrical-coordinate representation of color #91F3EC: hue angle of 175.71º 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 #91F3EC is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 243 | 236 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.05 |
| HSL | 175.71º | 0.8% | 0.76% | - |
| HSV(B) | 175.71º | 0.4% | 0.95% | - |
| XYZ | 58.87 | 76.18 | 90.96 | - |
| YUV | 212.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 243 | 236 | 0.40 | 0 | 0.03 | 0.05 | 175.71 | 0.8 | 0.76 |
| Hex | 91 | F3 | EC | 28 | 0 | 3 | 5 | B0 | 50 | 4C |
| Octal | 221 | 363 | 354 | 50 | 0 | 3 | 5 | 260 | 120 | 114 |
| Binary | 10010001 | 11110011 | 11101100 | 101000 | 0 | 11 | 101 | 10110000 | 1010000 | 1001100 |
Color Harmonies of #91F3EC
Complementary color
Monochromatic Colors of #91F3EC
Black with #91F3EC
Text Example
Text Example
White with #91F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F3EC; }
p { color: rgb(145,243,236); }
H1.HeaderClassName
{
color: #91F3EC;
}
.AnyTagClassName
{
color: #91F3EC;
}
</style>
background-color css
<style>
a { background-color: #91F3EC; }
a { background-color: rgb(145,243,236); }
div.DivClassName
{
background-color: #91F3EC;
}
.BgClassName
{
background-color: #91F3EC;
}
</style>
border-color css
<style>
span { border-color: #91F3EC; }
span { border-color: rgb(145,243,236); }
td.TdClassName
{
border-color: #91F3EC;
}
.TagClassName
{
border-color: #91F3EC;
}
</style>