Shades of Light Blue #AAD6EA
Tints of Light Blue #AAD6EA
RGB
CMYK
RGB Variations
Color information
#AAD6EA (or 0xAAD6EA) is known color: Light Blue. HEX triplet: AA, D6 and EA. RGB value is (170,214,234). Sum of RGB (Red+Green+Blue) = 170+214+234=618 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.51% from 618); Green value is 214 (83.98% from 255 or 34.63% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #AAD6EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6EA is #552915. Grayscale: #CBCBCB. Windows color (decimal): -5581078 or 15390378. OLE color: 15390378.
HSL color Cylindrical-coordinate representation of color #AAD6EA: hue angle of 198.75º 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 #AAD6EA is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 214 | 234 | - |
| CMYK | 0.27 | 0.09 | 0 | 0.08 |
| HSL | 198.75º | 0.6% | 0.79% | - |
| HSV(B) | 198.75º | 0.27% | 0.92% | - |
| XYZ | 55.48 | 62.58 | 87 | - |
| YUV | 203.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 234 | 0.27 | 0.09 | 0 | 0.08 | 198.75 | 0.6 | 0.79 |
| Hex | AA | D6 | EA | 1B | 9 | 0 | 8 | C7 | 3C | 4F |
| Octal | 252 | 326 | 352 | 33 | 11 | 0 | 10 | 307 | 74 | 117 |
| Binary | 10101010 | 11010110 | 11101010 | 11011 | 1001 | 0 | 1000 | 11000111 | 111100 | 1001111 |
Color Harmonies of #AAD6EA
Complementary color
Monochromatic Colors of #AAD6EA
Black with #AAD6EA
Text Example
Text Example
White with #AAD6EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD6EA; }
p { color: rgb(170,214,234); }
H1.HeaderClassName
{
color: #AAD6EA;
}
.AnyTagClassName
{
color: #AAD6EA;
}
</style>
background-color css
<style>
a { background-color: #AAD6EA; }
a { background-color: rgb(170,214,234); }
div.DivClassName
{
background-color: #AAD6EA;
}
.BgClassName
{
background-color: #AAD6EA;
}
</style>
border-color css
<style>
span { border-color: #AAD6EA; }
span { border-color: rgb(170,214,234); }
td.TdClassName
{
border-color: #AAD6EA;
}
.TagClassName
{
border-color: #AAD6EA;
}
</style>