Shades of Blizzard Blue #A7DFF1
Tints of Blizzard Blue #A7DFF1
RGB
CMYK
RGB Variations
Color information
#A7DFF1 (or 0xA7DFF1) is known color: Blizzard Blue. HEX triplet: A7, DF and F1. RGB value is (167,223,241). Sum of RGB (Red+Green+Blue) = 167+223+241=631 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.47% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 241 (94.53% from 255 or 38.19% from 631); Max value from RGB is 241 - color contains mainly: blue. Hex color #A7DFF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7DFF1 is #58200E. Grayscale: #D0D0D0. Windows color (decimal): -5775375 or 15851431. OLE color: 15851431.
HSL color Cylindrical-coordinate representation of color #A7DFF1: hue angle of 194.59º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7DFF1 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 223 | 241 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.05 |
| HSL | 194.59º | 0.73% | 0.8% | - |
| HSV(B) | 194.59º | 0.31% | 0.95% | - |
| XYZ | 58.2 | 67.34 | 93.15 | - |
| YUV | 208.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 223 | 241 | 0.31 | 0.07 | 0 | 0.05 | 194.59 | 0.73 | 0.8 |
| Hex | A7 | DF | F1 | 1F | 7 | 0 | 5 | C3 | 49 | 50 |
| Octal | 247 | 337 | 361 | 37 | 7 | 0 | 5 | 303 | 111 | 120 |
| Binary | 10100111 | 11011111 | 11110001 | 11111 | 111 | 0 | 101 | 11000011 | 1001001 | 1010000 |
Color Harmonies of #A7DFF1
Complementary color
Monochromatic Colors of #A7DFF1
Black with #A7DFF1
Text Example
Text Example
White with #A7DFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DFF1; }
p { color: rgb(167,223,241); }
H1.HeaderClassName
{
color: #A7DFF1;
}
.AnyTagClassName
{
color: #A7DFF1;
}
</style>
background-color css
<style>
a { background-color: #A7DFF1; }
a { background-color: rgb(167,223,241); }
div.DivClassName
{
background-color: #A7DFF1;
}
.BgClassName
{
background-color: #A7DFF1;
}
</style>
border-color css
<style>
span { border-color: #A7DFF1; }
span { border-color: rgb(167,223,241); }
td.TdClassName
{
border-color: #A7DFF1;
}
.TagClassName
{
border-color: #A7DFF1;
}
</style>