Shades of Blizzard Blue #AADFF0
Tints of Blizzard Blue #AADFF0
RGB
CMYK
RGB Variations
Color information
#AADFF0 (or 0xAADFF0) is known color: Blizzard Blue. HEX triplet: AA, DF and F0. RGB value is (170,223,240). Sum of RGB (Red+Green+Blue) = 170+223+240=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 223 (87.5% from 255 or 35.23% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #AADFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADFF0 is #55200F. Grayscale: #D0D0D0. Windows color (decimal): -5578768 or 15785898. OLE color: 15785898.
HSL color Cylindrical-coordinate representation of color #AADFF0: hue angle of 194.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AADFF0 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 223 | 240 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.06 |
| HSL | 194.57º | 0.7% | 0.8% | - |
| HSV(B) | 194.57º | 0.29% | 0.94% | - |
| XYZ | 58.69 | 67.61 | 92.4 | - |
| YUV | 209.09 | 145.44 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 240 | 0.29 | 0.07 | 0 | 0.06 | 194.57 | 0.7 | 0.8 |
| Hex | AA | DF | F0 | 1D | 7 | 0 | 6 | C3 | 46 | 50 |
| Octal | 252 | 337 | 360 | 35 | 7 | 0 | 6 | 303 | 106 | 120 |
| Binary | 10101010 | 11011111 | 11110000 | 11101 | 111 | 0 | 110 | 11000011 | 1000110 | 1010000 |
Color Harmonies of #AADFF0
Complementary color
Monochromatic Colors of #AADFF0
Black with #AADFF0
Text Example
Text Example
White with #AADFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFF0; }
p { color: rgb(170,223,240); }
H1.HeaderClassName
{
color: #AADFF0;
}
.AnyTagClassName
{
color: #AADFF0;
}
</style>
background-color css
<style>
a { background-color: #AADFF0; }
a { background-color: rgb(170,223,240); }
div.DivClassName
{
background-color: #AADFF0;
}
.BgClassName
{
background-color: #AADFF0;
}
</style>
border-color css
<style>
span { border-color: #AADFF0; }
span { border-color: rgb(170,223,240); }
td.TdClassName
{
border-color: #AADFF0;
}
.TagClassName
{
border-color: #AADFF0;
}
</style>