Shades of Blizzard Blue #91DFF1
Tints of Blizzard Blue #91DFF1
RGB
CMYK
RGB Variations
Color information
#91DFF1 (or 0x91DFF1) is known color: Blizzard Blue. HEX triplet: 91, DF and F1. RGB value is (145,223,241). Sum of RGB (Red+Green+Blue) = 145+223+241=609 (80% of max value = 765). Red value is 145 (57.03% from 255 or 23.81% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 241 - color contains mainly: blue. Hex color #91DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #91DFF1 is #6E200E. Grayscale: #C9C9C9. Windows color (decimal): -7217167 or 15851409. OLE color: 15851409.
HSL color Cylindrical-coordinate representation of color #91DFF1: hue angle of 191.25º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #91DFF1 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 145 | 223 | 241 | - |
| CMYK | 0.40 | 0.07 | 0 | 0.05 |
| HSL | 191.25º | 0.77% | 0.76% | - |
| HSV(B) | 191.25º | 0.4% | 0.95% | - |
| XYZ | 53.94 | 65.15 | 92.95 | - |
| YUV | 201.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 223 | 241 | 0.40 | 0.07 | 0 | 0.05 | 191.25 | 0.77 | 0.76 |
| Hex | 91 | DF | F1 | 28 | 7 | 0 | 5 | BF | 4D | 4C |
| Octal | 221 | 337 | 361 | 50 | 7 | 0 | 5 | 277 | 115 | 114 |
| Binary | 10010001 | 11011111 | 11110001 | 101000 | 111 | 0 | 101 | 10111111 | 1001101 | 1001100 |
Color Harmonies of #91DFF1
Complementary color
Monochromatic Colors of #91DFF1
Black with #91DFF1
Text Example
Text Example
White with #91DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91DFF1; }
p { color: rgb(145,223,241); }
H1.HeaderClassName
{
color: #91DFF1;
}
.AnyTagClassName
{
color: #91DFF1;
}
</style>
background-color css
<style>
a { background-color: #91DFF1; }
a { background-color: rgb(145,223,241); }
div.DivClassName
{
background-color: #91DFF1;
}
.BgClassName
{
background-color: #91DFF1;
}
</style>
border-color css
<style>
span { border-color: #91DFF1; }
span { border-color: rgb(145,223,241); }
td.TdClassName
{
border-color: #91DFF1;
}
.TagClassName
{
border-color: #91DFF1;
}
</style>