Shades of Blizzard Blue #91F2EE
Tints of Blizzard Blue #91F2EE
RGB
CMYK
RGB Variations
Color information
#91F2EE (or 0x91F2EE) is known color: Blizzard Blue. HEX triplet: 91, F2 and EE. RGB value is (145,242,238). Sum of RGB (Red+Green+Blue) = 145+242+238=625 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.2% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 238 (93.36% from 255 or 38.08% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #91F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F2EE is #6E0D11. Grayscale: #D4D4D4. Windows color (decimal): -7212306 or 15659665. OLE color: 15659665.
HSL color Cylindrical-coordinate representation of color #91F2EE: hue angle of 177.53º 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 #91F2EE is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 242 | 238 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.05 |
| HSL | 177.53º | 0.79% | 0.76% | - |
| HSV(B) | 177.53º | 0.4% | 0.95% | - |
| XYZ | 58.86 | 75.7 | 92.4 | - |
| YUV | 212.54 | 142.36 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 242 | 238 | 0.40 | 0 | 0.02 | 0.05 | 177.53 | 0.79 | 0.76 |
| Hex | 91 | F2 | EE | 28 | 0 | 2 | 5 | B2 | 4F | 4C |
| Octal | 221 | 362 | 356 | 50 | 0 | 2 | 5 | 262 | 117 | 114 |
| Binary | 10010001 | 11110010 | 11101110 | 101000 | 0 | 10 | 101 | 10110010 | 1001111 | 1001100 |
Color Harmonies of #91F2EE
Complementary color
Monochromatic Colors of #91F2EE
Black with #91F2EE
Text Example
Text Example
White with #91F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F2EE; }
p { color: rgb(145,242,238); }
H1.HeaderClassName
{
color: #91F2EE;
}
.AnyTagClassName
{
color: #91F2EE;
}
</style>
background-color css
<style>
a { background-color: #91F2EE; }
a { background-color: rgb(145,242,238); }
div.DivClassName
{
background-color: #91F2EE;
}
.BgClassName
{
background-color: #91F2EE;
}
</style>
border-color css
<style>
span { border-color: #91F2EE; }
span { border-color: rgb(145,242,238); }
td.TdClassName
{
border-color: #91F2EE;
}
.TagClassName
{
border-color: #91F2EE;
}
</style>