Shades of Blizzard Blue #A1DDEE
Tints of Blizzard Blue #A1DDEE
RGB
CMYK
RGB Variations
Color information
#A1DDEE (or 0xA1DDEE) is known color: Blizzard Blue. HEX triplet: A1, DD and EE. RGB value is (161,221,238). Sum of RGB (Red+Green+Blue) = 161+221+238=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #A1DDEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DDEE is #5E2211. Grayscale: #CCCCCC. Windows color (decimal): -6169106 or 15654305. OLE color: 15654305.
HSL color Cylindrical-coordinate representation of color #A1DDEE: hue angle of 193.25º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DDEE is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 221 | 238 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.07 |
| HSL | 193.25º | 0.69% | 0.78% | - |
| HSV(B) | 193.25º | 0.32% | 0.93% | - |
| XYZ | 55.99 | 65.46 | 90.57 | - |
| YUV | 205 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 238 | 0.32 | 0.07 | 0 | 0.07 | 193.25 | 0.69 | 0.78 |
| Hex | A1 | DD | EE | 20 | 7 | 0 | 7 | C1 | 45 | 4E |
| Octal | 241 | 335 | 356 | 40 | 7 | 0 | 7 | 301 | 105 | 116 |
| Binary | 10100001 | 11011101 | 11101110 | 100000 | 111 | 0 | 111 | 11000001 | 1000101 | 1001110 |
Color Harmonies of #A1DDEE
Complementary color
Monochromatic Colors of #A1DDEE
Black with #A1DDEE
Text Example
Text Example
White with #A1DDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DDEE; }
p { color: rgb(161,221,238); }
H1.HeaderClassName
{
color: #A1DDEE;
}
.AnyTagClassName
{
color: #A1DDEE;
}
</style>
background-color css
<style>
a { background-color: #A1DDEE; }
a { background-color: rgb(161,221,238); }
div.DivClassName
{
background-color: #A1DDEE;
}
.BgClassName
{
background-color: #A1DDEE;
}
</style>
border-color css
<style>
span { border-color: #A1DDEE; }
span { border-color: rgb(161,221,238); }
td.TdClassName
{
border-color: #A1DDEE;
}
.TagClassName
{
border-color: #A1DDEE;
}
</style>