Shades of Light Blue #AAD6E6
Tints of Light Blue #AAD6E6
RGB
CMYK
RGB Variations
Color information
#AAD6E6 (or 0xAAD6E6) is known color: Light Blue. HEX triplet: AA, D6 and E6. RGB value is (170,214,230). Sum of RGB (Red+Green+Blue) = 170+214+230=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #AAD6E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AAD6E6 is #552919. Grayscale: #CACACA. Windows color (decimal): -5581082 or 15128234. OLE color: 15128234.
HSL color Cylindrical-coordinate representation of color #AAD6E6: hue angle of 196º 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 #AAD6E6 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 214 | 230 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.10 |
| HSL | 196º | 0.55% | 0.78% | - |
| HSV(B) | 196º | 0.26% | 0.9% | - |
| XYZ | 54.91 | 62.35 | 84 | - |
| YUV | 202.67 | 143.42 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 214 | 230 | 0.26 | 0.07 | 0 | 0.10 | 196 | 0.55 | 0.78 |
| Hex | AA | D6 | E6 | 1A | 7 | 0 | A | C4 | 37 | 4E |
| Octal | 252 | 326 | 346 | 32 | 7 | 0 | 12 | 304 | 67 | 116 |
| Binary | 10101010 | 11010110 | 11100110 | 11010 | 111 | 0 | 1010 | 11000100 | 110111 | 1001110 |
Color Harmonies of #AAD6E6
Complementary color
Monochromatic Colors of #AAD6E6
Black with #AAD6E6
Text Example
Text Example
White with #AAD6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD6E6; }
p { color: rgb(170,214,230); }
H1.HeaderClassName
{
color: #AAD6E6;
}
.AnyTagClassName
{
color: #AAD6E6;
}
</style>
background-color css
<style>
a { background-color: #AAD6E6; }
a { background-color: rgb(170,214,230); }
div.DivClassName
{
background-color: #AAD6E6;
}
.BgClassName
{
background-color: #AAD6E6;
}
</style>
border-color css
<style>
span { border-color: #AAD6E6; }
span { border-color: rgb(170,214,230); }
td.TdClassName
{
border-color: #AAD6E6;
}
.TagClassName
{
border-color: #AAD6E6;
}
</style>