Shades of Blizzard Blue #91F2EA
Tints of Blizzard Blue #91F2EA
RGB
CMYK
RGB Variations
Color information
#91F2EA (or 0x91F2EA) is known color: Blizzard Blue. HEX triplet: 91, F2 and EA. RGB value is (145,242,234). Sum of RGB (Red+Green+Blue) = 145+242+234=621 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.35% from 621); Green value is 242 (94.92% from 255 or 38.97% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 242 - color contains mainly: green. Hex color #91F2EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F2EA is #6E0D15. Grayscale: #D4D4D4. Windows color (decimal): -7212310 or 15397521. OLE color: 15397521.
HSL color Cylindrical-coordinate representation of color #91F2EA: hue angle of 175.05º 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 #91F2EA is Cyan = 0.40, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 242 | 234 | - |
| CMYK | 0.40 | 0 | 0.03 | 0.05 |
| HSL | 175.05º | 0.79% | 0.76% | - |
| HSV(B) | 175.05º | 0.4% | 0.95% | - |
| XYZ | 58.28 | 75.46 | 89.34 | - |
| YUV | 212.09 | 140.36 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 242 | 234 | 0.40 | 0 | 0.03 | 0.05 | 175.05 | 0.79 | 0.76 |
| Hex | 91 | F2 | EA | 28 | 0 | 3 | 5 | AF | 4F | 4C |
| Octal | 221 | 362 | 352 | 50 | 0 | 3 | 5 | 257 | 117 | 114 |
| Binary | 10010001 | 11110010 | 11101010 | 101000 | 0 | 11 | 101 | 10101111 | 1001111 | 1001100 |
Color Harmonies of #91F2EA
Complementary color
Monochromatic Colors of #91F2EA
Black with #91F2EA
Text Example
Text Example
White with #91F2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F2EA; }
p { color: rgb(145,242,234); }
H1.HeaderClassName
{
color: #91F2EA;
}
.AnyTagClassName
{
color: #91F2EA;
}
</style>
background-color css
<style>
a { background-color: #91F2EA; }
a { background-color: rgb(145,242,234); }
div.DivClassName
{
background-color: #91F2EA;
}
.BgClassName
{
background-color: #91F2EA;
}
</style>
border-color css
<style>
span { border-color: #91F2EA; }
span { border-color: rgb(145,242,234); }
td.TdClassName
{
border-color: #91F2EA;
}
.TagClassName
{
border-color: #91F2EA;
}
</style>