Shades of Light Blue #AAD9E5
Tints of Light Blue #AAD9E5
RGB
CMYK
RGB Variations
Color information
#AAD9E5 (or 0xAAD9E5) is known color: Light Blue. HEX triplet: AA, D9 and E5. RGB value is (170,217,229). Sum of RGB (Red+Green+Blue) = 170+217+229=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 229 (89.84% from 255 or 37.18% from 616); Max value from RGB is 229 - color contains mainly: blue. Hex color #AAD9E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9E5 is #55261A. Grayscale: #CCCCCC. Windows color (decimal): -5580315 or 15063466. OLE color: 15063466.
HSL color Cylindrical-coordinate representation of color #AAD9E5: hue angle of 192.2º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAD9E5 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 217 | 229 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.10 |
| HSL | 192.2º | 0.53% | 0.78% | - |
| HSV(B) | 192.2º | 0.26% | 0.9% | - |
| XYZ | 55.53 | 63.83 | 83.52 | - |
| YUV | 204.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 229 | 0.26 | 0.05 | 0 | 0.10 | 192.2 | 0.53 | 0.78 |
| Hex | AA | D9 | E5 | 1A | 5 | 0 | A | C0 | 35 | 4E |
| Octal | 252 | 331 | 345 | 32 | 5 | 0 | 12 | 300 | 65 | 116 |
| Binary | 10101010 | 11011001 | 11100101 | 11010 | 101 | 0 | 1010 | 11000000 | 110101 | 1001110 |
Color Harmonies of #AAD9E5
Complementary color
Monochromatic Colors of #AAD9E5
Black with #AAD9E5
Text Example
Text Example
White with #AAD9E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9E5; }
p { color: rgb(170,217,229); }
H1.HeaderClassName
{
color: #AAD9E5;
}
.AnyTagClassName
{
color: #AAD9E5;
}
</style>
background-color css
<style>
a { background-color: #AAD9E5; }
a { background-color: rgb(170,217,229); }
div.DivClassName
{
background-color: #AAD9E5;
}
.BgClassName
{
background-color: #AAD9E5;
}
</style>
border-color css
<style>
span { border-color: #AAD9E5; }
span { border-color: rgb(170,217,229); }
td.TdClassName
{
border-color: #AAD9E5;
}
.TagClassName
{
border-color: #AAD9E5;
}
</style>