Shades of Blizzard Blue #91EFE3
Tints of Blizzard Blue #91EFE3
RGB
CMYK
RGB Variations
Color information
#91EFE3 (or 0x91EFE3) is known color: Blizzard Blue. HEX triplet: 91, EF and E3. RGB value is (145,239,227). Sum of RGB (Red+Green+Blue) = 145+239+227=611 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.73% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 227 (89.06% from 255 or 37.15% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #91EFE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #91EFE3 is #6E101C. Grayscale: #D1D1D1. Windows color (decimal): -7213085 or 14938001. OLE color: 14938001.
HSL color Cylindrical-coordinate representation of color #91EFE3: hue angle of 172.34º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #91EFE3 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 239 | 227 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.06 |
| HSL | 172.34º | 0.75% | 0.75% | - |
| HSV(B) | 172.34º | 0.39% | 0.94% | - |
| XYZ | 56.41 | 73.3 | 83.85 | - |
| YUV | 209.53 | 137.86 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 239 | 227 | 0.39 | 0 | 0.05 | 0.06 | 172.34 | 0.75 | 0.75 |
| Hex | 91 | EF | E3 | 27 | 0 | 5 | 6 | AC | 4B | 4B |
| Octal | 221 | 357 | 343 | 47 | 0 | 5 | 6 | 254 | 113 | 113 |
| Binary | 10010001 | 11101111 | 11100011 | 100111 | 0 | 101 | 110 | 10101100 | 1001011 | 1001011 |
Color Harmonies of #91EFE3
Complementary color
Monochromatic Colors of #91EFE3
Black with #91EFE3
Text Example
Text Example
White with #91EFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EFE3; }
p { color: rgb(145,239,227); }
H1.HeaderClassName
{
color: #91EFE3;
}
.AnyTagClassName
{
color: #91EFE3;
}
</style>
background-color css
<style>
a { background-color: #91EFE3; }
a { background-color: rgb(145,239,227); }
div.DivClassName
{
background-color: #91EFE3;
}
.BgClassName
{
background-color: #91EFE3;
}
</style>
border-color css
<style>
span { border-color: #91EFE3; }
span { border-color: rgb(145,239,227); }
td.TdClassName
{
border-color: #91EFE3;
}
.TagClassName
{
border-color: #91EFE3;
}
</style>