Shades of Blizzard Blue #91E9F9
Tints of Blizzard Blue #91E9F9
RGB
CMYK
RGB Variations
Color information
#91E9F9 (or 0x91E9F9) is known color: Blizzard Blue. HEX triplet: 91, E9 and F9. RGB value is (145,233,249). Sum of RGB (Red+Green+Blue) = 145+233+249=627 (83% of max value = 765). Red value is 145 (57.03% from 255 or 23.13% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 249 (97.66% from 255 or 39.71% from 627); Max value from RGB is 249 - color contains mainly: blue. Hex color #91E9F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E9F9 is #6E1606. Grayscale: #D0D0D0. Windows color (decimal): -7214599 or 16378257. OLE color: 16378257.
HSL color Cylindrical-coordinate representation of color #91E9F9: hue angle of 189.23º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #91E9F9 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 145 | 233 | 249 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.02 |
| HSL | 189.23º | 0.9% | 0.77% | - |
| HSV(B) | 189.23º | 0.42% | 0.98% | - |
| XYZ | 57.91 | 71.14 | 100.3 | - |
| YUV | 208.51 | 150.85 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 233 | 249 | 0.42 | 0.06 | 0 | 0.02 | 189.23 | 0.9 | 0.77 |
| Hex | 91 | E9 | F9 | 2A | 6 | 0 | 2 | BD | 5A | 4D |
| Octal | 221 | 351 | 371 | 52 | 6 | 0 | 2 | 275 | 132 | 115 |
| Binary | 10010001 | 11101001 | 11111001 | 101010 | 110 | 0 | 10 | 10111101 | 1011010 | 1001101 |
Color Harmonies of #91E9F9
Complementary color
Monochromatic Colors of #91E9F9
Black with #91E9F9
Text Example
Text Example
White with #91E9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E9F9; }
p { color: rgb(145,233,249); }
H1.HeaderClassName
{
color: #91E9F9;
}
.AnyTagClassName
{
color: #91E9F9;
}
</style>
background-color css
<style>
a { background-color: #91E9F9; }
a { background-color: rgb(145,233,249); }
div.DivClassName
{
background-color: #91E9F9;
}
.BgClassName
{
background-color: #91E9F9;
}
</style>
border-color css
<style>
span { border-color: #91E9F9; }
span { border-color: rgb(145,233,249); }
td.TdClassName
{
border-color: #91E9F9;
}
.TagClassName
{
border-color: #91E9F9;
}
</style>