Shades of Blizzard Blue #AADFED
Tints of Blizzard Blue #AADFED
RGB
CMYK
RGB Variations
Color information
#AADFED (or 0xAADFED) is known color: Blizzard Blue. HEX triplet: AA, DF and ED. RGB value is (170,223,237). Sum of RGB (Red+Green+Blue) = 170+223+237=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 223 (87.5% from 255 or 35.40% from 630); Blue value is 237 (92.97% from 255 or 37.62% from 630); Max value from RGB is 237 - color contains mainly: blue. Hex color #AADFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFED is #552012. Grayscale: #D0D0D0. Windows color (decimal): -5578771 or 15589290. OLE color: 15589290.
HSL color Cylindrical-coordinate representation of color #AADFED: hue angle of 192.54º degrees, saturation: 0.65, 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 #AADFED is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 223 | 237 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.07 |
| HSL | 192.54º | 0.65% | 0.8% | - |
| HSV(B) | 192.54º | 0.28% | 0.93% | - |
| XYZ | 58.25 | 67.44 | 90.07 | - |
| YUV | 208.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 237 | 0.28 | 0.06 | 0 | 0.07 | 192.54 | 0.65 | 0.8 |
| Hex | AA | DF | ED | 1C | 6 | 0 | 7 | C1 | 41 | 50 |
| Octal | 252 | 337 | 355 | 34 | 6 | 0 | 7 | 301 | 101 | 120 |
| Binary | 10101010 | 11011111 | 11101101 | 11100 | 110 | 0 | 111 | 11000001 | 1000001 | 1010000 |
Color Harmonies of #AADFED
Complementary color
Monochromatic Colors of #AADFED
Black with #AADFED
Text Example
Text Example
White with #AADFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFED; }
p { color: rgb(170,223,237); }
H1.HeaderClassName
{
color: #AADFED;
}
.AnyTagClassName
{
color: #AADFED;
}
</style>
background-color css
<style>
a { background-color: #AADFED; }
a { background-color: rgb(170,223,237); }
div.DivClassName
{
background-color: #AADFED;
}
.BgClassName
{
background-color: #AADFED;
}
</style>
border-color css
<style>
span { border-color: #AADFED; }
span { border-color: rgb(170,223,237); }
td.TdClassName
{
border-color: #AADFED;
}
.TagClassName
{
border-color: #AADFED;
}
</style>