Shades of Blizzard Blue #91EDF1
Tints of Blizzard Blue #91EDF1
RGB
CMYK
RGB Variations
Color information
#91EDF1 (or 0x91EDF1) is known color: Blizzard Blue. HEX triplet: 91, ED and F1. RGB value is (145,237,241). Sum of RGB (Red+Green+Blue) = 145+237+241=623 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.27% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #91EDF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EDF1 is #6E120E. Grayscale: #D1D1D1. Windows color (decimal): -7213583 or 15854993. OLE color: 15854993.
HSL color Cylindrical-coordinate representation of color #91EDF1: hue angle of 182.5º 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 #91EDF1 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 237 | 241 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.05 |
| HSL | 182.5º | 0.77% | 0.76% | - |
| HSV(B) | 182.5º | 0.4% | 0.95% | - |
| XYZ | 57.84 | 72.94 | 94.25 | - |
| YUV | 209.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 241 | 0.40 | 0.02 | 0 | 0.05 | 182.5 | 0.77 | 0.76 |
| Hex | 91 | ED | F1 | 28 | 2 | 0 | 5 | B6 | 4D | 4C |
| Octal | 221 | 355 | 361 | 50 | 2 | 0 | 5 | 266 | 115 | 114 |
| Binary | 10010001 | 11101101 | 11110001 | 101000 | 10 | 0 | 101 | 10110110 | 1001101 | 1001100 |
Color Harmonies of #91EDF1
Complementary color
Monochromatic Colors of #91EDF1
Black with #91EDF1
Text Example
Text Example
White with #91EDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EDF1; }
p { color: rgb(145,237,241); }
H1.HeaderClassName
{
color: #91EDF1;
}
.AnyTagClassName
{
color: #91EDF1;
}
</style>
background-color css
<style>
a { background-color: #91EDF1; }
a { background-color: rgb(145,237,241); }
div.DivClassName
{
background-color: #91EDF1;
}
.BgClassName
{
background-color: #91EDF1;
}
</style>
border-color css
<style>
span { border-color: #91EDF1; }
span { border-color: rgb(145,237,241); }
td.TdClassName
{
border-color: #91EDF1;
}
.TagClassName
{
border-color: #91EDF1;
}
</style>