Shades of Blizzard Blue #91F1E9
Tints of Blizzard Blue #91F1E9
RGB
CMYK
RGB Variations
Color information
#91F1E9 (or 0x91F1E9) is known color: Blizzard Blue. HEX triplet: 91, F1 and E9. RGB value is (145,241,233). Sum of RGB (Red+Green+Blue) = 145+241+233=619 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.42% from 619); Green value is 241 (94.53% from 255 or 38.93% from 619); Blue value is 233 (91.41% from 255 or 37.64% from 619); Max value from RGB is 241 - color contains mainly: green. Hex color #91F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F1E9 is #6E0E16. Grayscale: #D3D3D3. Windows color (decimal): -7212567 or 15331729. OLE color: 15331729.
HSL color Cylindrical-coordinate representation of color #91F1E9: hue angle of 175º degrees, saturation: 0.77, 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 #91F1E9 is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 241 | 233 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.05 |
| HSL | 175º | 0.77% | 0.76% | - |
| HSV(B) | 175º | 0.4% | 0.95% | - |
| XYZ | 57.84 | 74.81 | 88.48 | - |
| YUV | 211.38 | 140.2 | 80.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 241 | 233 | 0.40 | 0 | 0.03 | 0.05 | 175 | 0.77 | 0.76 |
| Hex | 91 | F1 | E9 | 28 | 0 | 3 | 5 | AF | 4D | 4C |
| Octal | 221 | 361 | 351 | 50 | 0 | 3 | 5 | 257 | 115 | 114 |
| Binary | 10010001 | 11110001 | 11101001 | 101000 | 0 | 11 | 101 | 10101111 | 1001101 | 1001100 |
Color Harmonies of #91F1E9
Complementary color
Monochromatic Colors of #91F1E9
Black with #91F1E9
Text Example
Text Example
White with #91F1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F1E9; }
p { color: rgb(145,241,233); }
H1.HeaderClassName
{
color: #91F1E9;
}
.AnyTagClassName
{
color: #91F1E9;
}
</style>
background-color css
<style>
a { background-color: #91F1E9; }
a { background-color: rgb(145,241,233); }
div.DivClassName
{
background-color: #91F1E9;
}
.BgClassName
{
background-color: #91F1E9;
}
</style>
border-color css
<style>
span { border-color: #91F1E9; }
span { border-color: rgb(145,241,233); }
td.TdClassName
{
border-color: #91F1E9;
}
.TagClassName
{
border-color: #91F1E9;
}
</style>