Shades of Blizzard Blue #91DFE7
Tints of Blizzard Blue #91DFE7
RGB
CMYK
RGB Variations
Color information
#91DFE7 (or 0x91DFE7) is known color: Blizzard Blue. HEX triplet: 91, DF and E7. RGB value is (145,223,231). Sum of RGB (Red+Green+Blue) = 145+223+231=599 (79% of max value = 765). Red value is 145 (57.03% from 255 or 24.21% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 231 (90.62% from 255 or 38.56% from 599); Max value from RGB is 231 - color contains mainly: blue. Hex color #91DFE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFE7 is #6E2018. Grayscale: #C8C8C8. Windows color (decimal): -7217177 or 15196049. OLE color: 15196049.
HSL color Cylindrical-coordinate representation of color #91DFE7: hue angle of 185.58º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #91DFE7 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 145 | 223 | 231 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.09 |
| HSL | 185.58º | 0.64% | 0.74% | - |
| HSV(B) | 185.58º | 0.37% | 0.91% | - |
| XYZ | 52.49 | 64.56 | 85.3 | - |
| YUV | 200.59 | 145.16 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 231 | 0.37 | 0.03 | 0 | 0.09 | 185.58 | 0.64 | 0.74 |
| Hex | 91 | DF | E7 | 25 | 3 | 0 | 9 | BA | 40 | 4A |
| Octal | 221 | 337 | 347 | 45 | 3 | 0 | 11 | 272 | 100 | 112 |
| Binary | 10010001 | 11011111 | 11100111 | 100101 | 11 | 0 | 1001 | 10111010 | 1000000 | 1001010 |
Color Harmonies of #91DFE7
Complementary color
Monochromatic Colors of #91DFE7
Black with #91DFE7
Text Example
Text Example
White with #91DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFE7; }
p { color: rgb(145,223,231); }
H1.HeaderClassName
{
color: #91DFE7;
}
.AnyTagClassName
{
color: #91DFE7;
}
</style>
background-color css
<style>
a { background-color: #91DFE7; }
a { background-color: rgb(145,223,231); }
div.DivClassName
{
background-color: #91DFE7;
}
.BgClassName
{
background-color: #91DFE7;
}
</style>
border-color css
<style>
span { border-color: #91DFE7; }
span { border-color: rgb(145,223,231); }
td.TdClassName
{
border-color: #91DFE7;
}
.TagClassName
{
border-color: #91DFE7;
}
</style>