Shades of Blizzard Blue #91E8EF
Tints of Blizzard Blue #91E8EF
RGB
CMYK
RGB Variations
Color information
#91E8EF (or 0x91E8EF) is known color: Blizzard Blue. HEX triplet: 91, E8 and EF. RGB value is (145,232,239). Sum of RGB (Red+Green+Blue) = 145+232+239=616 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.54% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 239 - color contains mainly: blue. Hex color #91E8EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91E8EF is #6E1710. Grayscale: #CECECE. Windows color (decimal): -7214865 or 15722641. OLE color: 15722641.
HSL color Cylindrical-coordinate representation of color #91E8EF: hue angle of 184.47º 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 #91E8EF is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 232 | 239 | - |
| CMYK | 0.39 | 0.03 | 0 | 0.06 |
| HSL | 184.47º | 0.75% | 0.75% | - |
| HSV(B) | 184.47º | 0.39% | 0.94% | - |
| XYZ | 56.11 | 69.96 | 92.21 | - |
| YUV | 206.79 | 146.18 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 232 | 239 | 0.39 | 0.03 | 0 | 0.06 | 184.47 | 0.75 | 0.75 |
| Hex | 91 | E8 | EF | 27 | 3 | 0 | 6 | B8 | 4B | 4B |
| Octal | 221 | 350 | 357 | 47 | 3 | 0 | 6 | 270 | 113 | 113 |
| Binary | 10010001 | 11101000 | 11101111 | 100111 | 11 | 0 | 110 | 10111000 | 1001011 | 1001011 |
Color Harmonies of #91E8EF
Complementary color
Monochromatic Colors of #91E8EF
Black with #91E8EF
Text Example
Text Example
White with #91E8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91E8EF; }
p { color: rgb(145,232,239); }
H1.HeaderClassName
{
color: #91E8EF;
}
.AnyTagClassName
{
color: #91E8EF;
}
</style>
background-color css
<style>
a { background-color: #91E8EF; }
a { background-color: rgb(145,232,239); }
div.DivClassName
{
background-color: #91E8EF;
}
.BgClassName
{
background-color: #91E8EF;
}
</style>
border-color css
<style>
span { border-color: #91E8EF; }
span { border-color: rgb(145,232,239); }
td.TdClassName
{
border-color: #91E8EF;
}
.TagClassName
{
border-color: #91E8EF;
}
</style>