Shades of Blizzard Blue #A1DEF1
Tints of Blizzard Blue #A1DEF1
RGB
CMYK
RGB Variations
Color information
#A1DEF1 (or 0xA1DEF1) is known color: Blizzard Blue. HEX triplet: A1, DE and F1. RGB value is (161,222,241). Sum of RGB (Red+Green+Blue) = 161+222+241=624 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.80% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #A1DEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DEF1 is #5E210E. Grayscale: #CDCDCD. Windows color (decimal): -6168847 or 15851169. OLE color: 15851169.
HSL color Cylindrical-coordinate representation of color #A1DEF1: hue angle of 194.25º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1DEF1 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 222 | 241 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.05 |
| HSL | 194.25º | 0.74% | 0.79% | - |
| HSV(B) | 194.25º | 0.33% | 0.95% | - |
| XYZ | 56.7 | 66.17 | 93 | - |
| YUV | 205.93 | 147.79 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 241 | 0.33 | 0.08 | 0 | 0.05 | 194.25 | 0.74 | 0.79 |
| Hex | A1 | DE | F1 | 21 | 8 | 0 | 5 | C2 | 4A | 4F |
| Octal | 241 | 336 | 361 | 41 | 10 | 0 | 5 | 302 | 112 | 117 |
| Binary | 10100001 | 11011110 | 11110001 | 100001 | 1000 | 0 | 101 | 11000010 | 1001010 | 1001111 |
Color Harmonies of #A1DEF1
Complementary color
Monochromatic Colors of #A1DEF1
Black with #A1DEF1
Text Example
Text Example
White with #A1DEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEF1; }
p { color: rgb(161,222,241); }
H1.HeaderClassName
{
color: #A1DEF1;
}
.AnyTagClassName
{
color: #A1DEF1;
}
</style>
background-color css
<style>
a { background-color: #A1DEF1; }
a { background-color: rgb(161,222,241); }
div.DivClassName
{
background-color: #A1DEF1;
}
.BgClassName
{
background-color: #A1DEF1;
}
</style>
border-color css
<style>
span { border-color: #A1DEF1; }
span { border-color: rgb(161,222,241); }
td.TdClassName
{
border-color: #A1DEF1;
}
.TagClassName
{
border-color: #A1DEF1;
}
</style>