Shades of Blizzard Blue #AADFEC
Tints of Blizzard Blue #AADFEC
RGB
CMYK
RGB Variations
Color information
#AADFEC (or 0xAADFEC) is known color: Blizzard Blue. HEX triplet: AA, DF and EC. RGB value is (170,223,236). Sum of RGB (Red+Green+Blue) = 170+223+236=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #AADFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFEC is #552013. Grayscale: #D0D0D0. Windows color (decimal): -5578772 or 15523754. OLE color: 15523754.
HSL color Cylindrical-coordinate representation of color #AADFEC: hue angle of 191.82º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AADFEC is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 223 | 236 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.07 |
| HSL | 191.82º | 0.63% | 0.8% | - |
| HSV(B) | 191.82º | 0.28% | 0.93% | - |
| XYZ | 58.11 | 67.38 | 89.3 | - |
| YUV | 208.64 | 143.44 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 236 | 0.28 | 0.06 | 0 | 0.07 | 191.82 | 0.63 | 0.8 |
| Hex | AA | DF | EC | 1C | 6 | 0 | 7 | C0 | 3F | 50 |
| Octal | 252 | 337 | 354 | 34 | 6 | 0 | 7 | 300 | 77 | 120 |
| Binary | 10101010 | 11011111 | 11101100 | 11100 | 110 | 0 | 111 | 11000000 | 111111 | 1010000 |
Color Harmonies of #AADFEC
Complementary color
Monochromatic Colors of #AADFEC
Black with #AADFEC
Text Example
Text Example
White with #AADFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFEC; }
p { color: rgb(170,223,236); }
H1.HeaderClassName
{
color: #AADFEC;
}
.AnyTagClassName
{
color: #AADFEC;
}
</style>
background-color css
<style>
a { background-color: #AADFEC; }
a { background-color: rgb(170,223,236); }
div.DivClassName
{
background-color: #AADFEC;
}
.BgClassName
{
background-color: #AADFEC;
}
</style>
border-color css
<style>
span { border-color: #AADFEC; }
span { border-color: rgb(170,223,236); }
td.TdClassName
{
border-color: #AADFEC;
}
.TagClassName
{
border-color: #AADFEC;
}
</style>