Shades of Light Blue #AAD9EC
Tints of Light Blue #AAD9EC
RGB
CMYK
RGB Variations
Color information
#AAD9EC (or 0xAAD9EC) is known color: Light Blue. HEX triplet: AA, D9 and EC. RGB value is (170,217,236). Sum of RGB (Red+Green+Blue) = 170+217+236=623 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.29% from 623); Green value is 217 (85.16% from 255 or 34.83% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #AAD9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9EC is #552613. Grayscale: #CCCCCC. Windows color (decimal): -5580308 or 15522218. OLE color: 15522218.
HSL color Cylindrical-coordinate representation of color #AAD9EC: hue angle of 197.27º 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 #AAD9EC is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 217 | 236 | - |
| CMYK | 0.28 | 0.08 | 0 | 0.07 |
| HSL | 197.27º | 0.63% | 0.8% | - |
| HSV(B) | 197.27º | 0.28% | 0.93% | - |
| XYZ | 56.53 | 64.23 | 88.77 | - |
| YUV | 205.11 | 145.43 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 236 | 0.28 | 0.08 | 0 | 0.07 | 197.27 | 0.63 | 0.8 |
| Hex | AA | D9 | EC | 1C | 8 | 0 | 7 | C5 | 3F | 50 |
| Octal | 252 | 331 | 354 | 34 | 10 | 0 | 7 | 305 | 77 | 120 |
| Binary | 10101010 | 11011001 | 11101100 | 11100 | 1000 | 0 | 111 | 11000101 | 111111 | 1010000 |
Color Harmonies of #AAD9EC
Complementary color
Monochromatic Colors of #AAD9EC
Black with #AAD9EC
Text Example
Text Example
White with #AAD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9EC; }
p { color: rgb(170,217,236); }
H1.HeaderClassName
{
color: #AAD9EC;
}
.AnyTagClassName
{
color: #AAD9EC;
}
</style>
background-color css
<style>
a { background-color: #AAD9EC; }
a { background-color: rgb(170,217,236); }
div.DivClassName
{
background-color: #AAD9EC;
}
.BgClassName
{
background-color: #AAD9EC;
}
</style>
border-color css
<style>
span { border-color: #AAD9EC; }
span { border-color: rgb(170,217,236); }
td.TdClassName
{
border-color: #AAD9EC;
}
.TagClassName
{
border-color: #AAD9EC;
}
</style>