Shades of Blizzard Blue #91EDEF
Tints of Blizzard Blue #91EDEF
RGB
CMYK
RGB Variations
Color information
#91EDEF (or 0x91EDEF) is known color: Blizzard Blue. HEX triplet: 91, ED and EF. RGB value is (145,237,239). Sum of RGB (Red+Green+Blue) = 145+237+239=621 (82% of max value = 765). Red value is 145 (57.03% from 255 or 23.35% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #91EDEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EDEF is #6E1210. Grayscale: #D1D1D1. Windows color (decimal): -7213585 or 15723921. OLE color: 15723921.
HSL color Cylindrical-coordinate representation of color #91EDEF: hue angle of 181.28º 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 #91EDEF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 237 | 239 | - |
| CMYK | 0.39 | 0.01 | 0 | 0.06 |
| HSL | 181.28º | 0.75% | 0.75% | - |
| HSV(B) | 181.28º | 0.39% | 0.94% | - |
| XYZ | 57.54 | 72.82 | 92.68 | - |
| YUV | 209.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 237 | 239 | 0.39 | 0.01 | 0 | 0.06 | 181.28 | 0.75 | 0.75 |
| Hex | 91 | ED | EF | 27 | 1 | 0 | 6 | B5 | 4B | 4B |
| Octal | 221 | 355 | 357 | 47 | 1 | 0 | 6 | 265 | 113 | 113 |
| Binary | 10010001 | 11101101 | 11101111 | 100111 | 1 | 0 | 110 | 10110101 | 1001011 | 1001011 |
Color Harmonies of #91EDEF
Complementary color
Monochromatic Colors of #91EDEF
Black with #91EDEF
Text Example
Text Example
White with #91EDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EDEF; }
p { color: rgb(145,237,239); }
H1.HeaderClassName
{
color: #91EDEF;
}
.AnyTagClassName
{
color: #91EDEF;
}
</style>
background-color css
<style>
a { background-color: #91EDEF; }
a { background-color: rgb(145,237,239); }
div.DivClassName
{
background-color: #91EDEF;
}
.BgClassName
{
background-color: #91EDEF;
}
</style>
border-color css
<style>
span { border-color: #91EDEF; }
span { border-color: rgb(145,237,239); }
td.TdClassName
{
border-color: #91EDEF;
}
.TagClassName
{
border-color: #91EDEF;
}
</style>