Shades of Blizzard Blue #91F3E8
Tints of Blizzard Blue #91F3E8
RGB
CMYK
RGB Variations
Color information
#91F3E8 (or 0x91F3E8) is known color: Blizzard Blue. HEX triplet: 91, F3 and E8. RGB value is (145,243,232). Sum of RGB (Red+Green+Blue) = 145+243+232=620 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.39% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 232 (91.02% from 255 or 37.42% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #91F3E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91F3E8 is #6E0C17. Grayscale: #D4D4D4. Windows color (decimal): -7212056 or 15266705. OLE color: 15266705.
HSL color Cylindrical-coordinate representation of color #91F3E8: hue angle of 173.27º degrees, saturation: 0.8, 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 #91F3E8 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 243 | 232 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.05 |
| HSL | 173.27º | 0.8% | 0.76% | - |
| HSV(B) | 173.27º | 0.4% | 0.95% | - |
| XYZ | 58.29 | 75.95 | 87.93 | - |
| YUV | 212.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 243 | 232 | 0.40 | 0 | 0.05 | 0.05 | 173.27 | 0.8 | 0.76 |
| Hex | 91 | F3 | E8 | 28 | 0 | 5 | 5 | AD | 50 | 4C |
| Octal | 221 | 363 | 350 | 50 | 0 | 5 | 5 | 255 | 120 | 114 |
| Binary | 10010001 | 11110011 | 11101000 | 101000 | 0 | 101 | 101 | 10101101 | 1010000 | 1001100 |
Color Harmonies of #91F3E8
Complementary color
Monochromatic Colors of #91F3E8
Black with #91F3E8
Text Example
Text Example
White with #91F3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91F3E8; }
p { color: rgb(145,243,232); }
H1.HeaderClassName
{
color: #91F3E8;
}
.AnyTagClassName
{
color: #91F3E8;
}
</style>
background-color css
<style>
a { background-color: #91F3E8; }
a { background-color: rgb(145,243,232); }
div.DivClassName
{
background-color: #91F3E8;
}
.BgClassName
{
background-color: #91F3E8;
}
</style>
border-color css
<style>
span { border-color: #91F3E8; }
span { border-color: rgb(145,243,232); }
td.TdClassName
{
border-color: #91F3E8;
}
.TagClassName
{
border-color: #91F3E8;
}
</style>