Shades of Blizzard Blue #91EBE9
Tints of Blizzard Blue #91EBE9
RGB
CMYK
RGB Variations
Color information
#91EBE9 (or 0x91EBE9) is known color: Blizzard Blue. HEX triplet: 91, EB and E9. RGB value is (145,235,233). Sum of RGB (Red+Green+Blue) = 145+235+233=613 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.65% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #91EBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EBE9 is #6E1416. Grayscale: #CFCFCF. Windows color (decimal): -7214103 or 15330193. OLE color: 15330193.
HSL color Cylindrical-coordinate representation of color #91EBE9: hue angle of 178.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #91EBE9 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 145 | 235 | 233 | - |
| CMYK | 0.38 | 0 | 0.01 | 0.08 |
| HSL | 178.67º | 0.69% | 0.75% | - |
| HSV(B) | 178.67º | 0.38% | 0.92% | - |
| XYZ | 56.09 | 71.32 | 87.9 | - |
| YUV | 207.86 | 142.18 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 235 | 233 | 0.38 | 0 | 0.01 | 0.08 | 178.67 | 0.69 | 0.75 |
| Hex | 91 | EB | E9 | 26 | 0 | 1 | 8 | B3 | 45 | 4B |
| Octal | 221 | 353 | 351 | 46 | 0 | 1 | 10 | 263 | 105 | 113 |
| Binary | 10010001 | 11101011 | 11101001 | 100110 | 0 | 1 | 1000 | 10110011 | 1000101 | 1001011 |
Color Harmonies of #91EBE9
Complementary color
Monochromatic Colors of #91EBE9
Black with #91EBE9
Text Example
Text Example
White with #91EBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EBE9; }
p { color: rgb(145,235,233); }
H1.HeaderClassName
{
color: #91EBE9;
}
.AnyTagClassName
{
color: #91EBE9;
}
</style>
background-color css
<style>
a { background-color: #91EBE9; }
a { background-color: rgb(145,235,233); }
div.DivClassName
{
background-color: #91EBE9;
}
.BgClassName
{
background-color: #91EBE9;
}
</style>
border-color css
<style>
span { border-color: #91EBE9; }
span { border-color: rgb(145,235,233); }
td.TdClassName
{
border-color: #91EBE9;
}
.TagClassName
{
border-color: #91EBE9;
}
</style>