Shades of Blizzard Blue #91ECF2
Tints of Blizzard Blue #91ECF2
RGB
CMYK
RGB Variations
Color information
#91ECF2 (or 0x91ECF2) is known color: Blizzard Blue. HEX triplet: 91, EC and F2. RGB value is (145,236,242). Sum of RGB (Red+Green+Blue) = 145+236+242=623 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.27% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 242 (94.92% from 255 or 38.84% from 623); Max value from RGB is 242 - color contains mainly: blue. Hex color #91ECF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91ECF2 is #6E130D. Grayscale: #D1D1D1. Windows color (decimal): -7213838 or 15920273. OLE color: 15920273.
HSL color Cylindrical-coordinate representation of color #91ECF2: hue angle of 183.71º degrees, saturation: 0.79, 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 #91ECF2 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 236 | 242 | - |
| CMYK | 0.40 | 0.02 | 0 | 0.05 |
| HSL | 183.71º | 0.79% | 0.76% | - |
| HSV(B) | 183.71º | 0.4% | 0.95% | - |
| XYZ | 57.7 | 72.42 | 94.94 | - |
| YUV | 209.48 | 146.35 | 82.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 236 | 242 | 0.40 | 0.02 | 0 | 0.05 | 183.71 | 0.79 | 0.76 |
| Hex | 91 | EC | F2 | 28 | 2 | 0 | 5 | B8 | 4F | 4C |
| Octal | 221 | 354 | 362 | 50 | 2 | 0 | 5 | 270 | 117 | 114 |
| Binary | 10010001 | 11101100 | 11110010 | 101000 | 10 | 0 | 101 | 10111000 | 1001111 | 1001100 |
Color Harmonies of #91ECF2
Complementary color
Monochromatic Colors of #91ECF2
Black with #91ECF2
Text Example
Text Example
White with #91ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ECF2; }
p { color: rgb(145,236,242); }
H1.HeaderClassName
{
color: #91ECF2;
}
.AnyTagClassName
{
color: #91ECF2;
}
</style>
background-color css
<style>
a { background-color: #91ECF2; }
a { background-color: rgb(145,236,242); }
div.DivClassName
{
background-color: #91ECF2;
}
.BgClassName
{
background-color: #91ECF2;
}
</style>
border-color css
<style>
span { border-color: #91ECF2; }
span { border-color: rgb(145,236,242); }
td.TdClassName
{
border-color: #91ECF2;
}
.TagClassName
{
border-color: #91ECF2;
}
</style>