Shades of Blizzard Blue #91E4F1
Tints of Blizzard Blue #91E4F1
RGB
CMYK
RGB Variations
Color information
#91E4F1 (or 0x91E4F1) is known color: Blizzard Blue. HEX triplet: 91, E4 and F1. RGB value is (145,228,241). Sum of RGB (Red+Green+Blue) = 145+228+241=614 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.62% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #91E4F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91E4F1 is #6E1B0E. Grayscale: #CCCCCC. Windows color (decimal): -7215887 or 15852689. OLE color: 15852689.
HSL color Cylindrical-coordinate representation of color #91E4F1: hue angle of 188.12º 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 #91E4F1 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 228 | 241 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.05 |
| HSL | 188.13º | 0.77% | 0.76% | - |
| HSV(B) | 188.13º | 0.4% | 0.95% | - |
| XYZ | 55.3 | 67.86 | 93.4 | - |
| YUV | 204.67 | 148.5 | 85.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 228 | 241 | 0.40 | 0.05 | 0 | 0.05 | 188.13 | 0.77 | 0.76 |
| Hex | 91 | E4 | F1 | 28 | 5 | 0 | 5 | BC | 4D | 4C |
| Octal | 221 | 344 | 361 | 50 | 5 | 0 | 5 | 274 | 115 | 114 |
| Binary | 10010001 | 11100100 | 11110001 | 101000 | 101 | 0 | 101 | 10111100 | 1001101 | 1001100 |
Color Harmonies of #91E4F1
Complementary color
Monochromatic Colors of #91E4F1
Black with #91E4F1
Text Example
Text Example
White with #91E4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E4F1; }
p { color: rgb(145,228,241); }
H1.HeaderClassName
{
color: #91E4F1;
}
.AnyTagClassName
{
color: #91E4F1;
}
</style>
background-color css
<style>
a { background-color: #91E4F1; }
a { background-color: rgb(145,228,241); }
div.DivClassName
{
background-color: #91E4F1;
}
.BgClassName
{
background-color: #91E4F1;
}
</style>
border-color css
<style>
span { border-color: #91E4F1; }
span { border-color: rgb(145,228,241); }
td.TdClassName
{
border-color: #91E4F1;
}
.TagClassName
{
border-color: #91E4F1;
}
</style>