Shades of Light Blue #AAD9EA
Tints of Light Blue #AAD9EA
RGB
CMYK
RGB Variations
Color information
#AAD9EA (or 0xAAD9EA) is known color: Light Blue. HEX triplet: AA, D9 and EA. RGB value is (170,217,234). Sum of RGB (Red+Green+Blue) = 170+217+234=621 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.38% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD9EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD9EA is #552615. Grayscale: #CCCCCC. Windows color (decimal): -5580310 or 15391146. OLE color: 15391146.
HSL color Cylindrical-coordinate representation of color #AAD9EA: hue angle of 195.94º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAD9EA is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 217 | 234 | - |
| CMYK | 0.27 | 0.07 | 0 | 0.08 |
| HSL | 195.94º | 0.6% | 0.79% | - |
| HSV(B) | 195.94º | 0.27% | 0.92% | - |
| XYZ | 56.24 | 64.11 | 87.25 | - |
| YUV | 204.89 | 144.43 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 217 | 234 | 0.27 | 0.07 | 0 | 0.08 | 195.94 | 0.6 | 0.79 |
| Hex | AA | D9 | EA | 1B | 7 | 0 | 8 | C4 | 3C | 4F |
| Octal | 252 | 331 | 352 | 33 | 7 | 0 | 10 | 304 | 74 | 117 |
| Binary | 10101010 | 11011001 | 11101010 | 11011 | 111 | 0 | 1000 | 11000100 | 111100 | 1001111 |
Color Harmonies of #AAD9EA
Complementary color
Monochromatic Colors of #AAD9EA
Black with #AAD9EA
Text Example
Text Example
White with #AAD9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD9EA; }
p { color: rgb(170,217,234); }
H1.HeaderClassName
{
color: #AAD9EA;
}
.AnyTagClassName
{
color: #AAD9EA;
}
</style>
background-color css
<style>
a { background-color: #AAD9EA; }
a { background-color: rgb(170,217,234); }
div.DivClassName
{
background-color: #AAD9EA;
}
.BgClassName
{
background-color: #AAD9EA;
}
</style>
border-color css
<style>
span { border-color: #AAD9EA; }
span { border-color: rgb(170,217,234); }
td.TdClassName
{
border-color: #AAD9EA;
}
.TagClassName
{
border-color: #AAD9EA;
}
</style>