Shades of Blizzard Blue #91EAEF
Tints of Blizzard Blue #91EAEF
RGB
CMYK
RGB Variations
Color information
#91EAEF (or 0x91EAEF) is known color: Blizzard Blue. HEX triplet: 91, EA and EF. RGB value is (145,234,239). Sum of RGB (Red+Green+Blue) = 145+234+239=618 (81% of max value = 765). Red value is 145 (57.03% from 255 or 23.46% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #91EAEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #91EAEF is #6E1510. Grayscale: #CFCFCF. Windows color (decimal): -7214353 or 15723153. OLE color: 15723153.
HSL color Cylindrical-coordinate representation of color #91EAEF: hue angle of 183.19º 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 #91EAEF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 145 | 234 | 239 | - |
| CMYK | 0.39 | 0.02 | 0 | 0.06 |
| HSL | 183.19º | 0.75% | 0.75% | - |
| HSV(B) | 183.19º | 0.39% | 0.94% | - |
| XYZ | 56.68 | 71.1 | 92.4 | - |
| YUV | 207.96 | 145.51 | 83.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 234 | 239 | 0.39 | 0.02 | 0 | 0.06 | 183.19 | 0.75 | 0.75 |
| Hex | 91 | EA | EF | 27 | 2 | 0 | 6 | B7 | 4B | 4B |
| Octal | 221 | 352 | 357 | 47 | 2 | 0 | 6 | 267 | 113 | 113 |
| Binary | 10010001 | 11101010 | 11101111 | 100111 | 10 | 0 | 110 | 10110111 | 1001011 | 1001011 |
Color Harmonies of #91EAEF
Complementary color
Monochromatic Colors of #91EAEF
Black with #91EAEF
Text Example
Text Example
White with #91EAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91EAEF; }
p { color: rgb(145,234,239); }
H1.HeaderClassName
{
color: #91EAEF;
}
.AnyTagClassName
{
color: #91EAEF;
}
</style>
background-color css
<style>
a { background-color: #91EAEF; }
a { background-color: rgb(145,234,239); }
div.DivClassName
{
background-color: #91EAEF;
}
.BgClassName
{
background-color: #91EAEF;
}
</style>
border-color css
<style>
span { border-color: #91EAEF; }
span { border-color: rgb(145,234,239); }
td.TdClassName
{
border-color: #91EAEF;
}
.TagClassName
{
border-color: #91EAEF;
}
</style>