Shades of Light Blue #AAD9E6
Tints of Light Blue #AAD9E6
RGB
CMYK
RGB Variations
Color information
#AAD9E6 (or 0xAAD9E6) is known color: Light Blue. HEX triplet: AA, D9 and E6. RGB value is (170,217,230). Sum of RGB (Red+Green+Blue) = 170+217+230=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 230 (90.23% from 255 or 37.28% from 617); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAD9E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9E6 is #552619. Grayscale: #CCCCCC. Windows color (decimal): -5580314 or 15129002. OLE color: 15129002.
HSL color Cylindrical-coordinate representation of color #AAD9E6: hue angle of 193º degrees, saturation: 0.55, 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 #AAD9E6 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 217 | 230 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.10 |
| HSL | 193º | 0.55% | 0.78% | - |
| HSV(B) | 193º | 0.26% | 0.9% | - |
| XYZ | 55.67 | 63.88 | 84.26 | - |
| YUV | 204.43 | 142.43 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 230 | 0.26 | 0.06 | 0 | 0.10 | 193 | 0.55 | 0.78 |
| Hex | AA | D9 | E6 | 1A | 6 | 0 | A | C1 | 37 | 4E |
| Octal | 252 | 331 | 346 | 32 | 6 | 0 | 12 | 301 | 67 | 116 |
| Binary | 10101010 | 11011001 | 11100110 | 11010 | 110 | 0 | 1010 | 11000001 | 110111 | 1001110 |
Color Harmonies of #AAD9E6
Complementary color
Monochromatic Colors of #AAD9E6
Black with #AAD9E6
Text Example
Text Example
White with #AAD9E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9E6; }
p { color: rgb(170,217,230); }
H1.HeaderClassName
{
color: #AAD9E6;
}
.AnyTagClassName
{
color: #AAD9E6;
}
</style>
background-color css
<style>
a { background-color: #AAD9E6; }
a { background-color: rgb(170,217,230); }
div.DivClassName
{
background-color: #AAD9E6;
}
.BgClassName
{
background-color: #AAD9E6;
}
</style>
border-color css
<style>
span { border-color: #AAD9E6; }
span { border-color: rgb(170,217,230); }
td.TdClassName
{
border-color: #AAD9E6;
}
.TagClassName
{
border-color: #AAD9E6;
}
</style>