Shades of Charlotte #AAD8DC
Tints of Charlotte #AAD8DC
RGB
CMYK
RGB Variations
Color information
#AAD8DC (or 0xAAD8DC) is known color: Charlotte. HEX triplet: AA, D8 and DC. RGB value is (170,216,220). Sum of RGB (Red+Green+Blue) = 170+216+220=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #AAD8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8DC is #552723. Grayscale: #CACACA. Windows color (decimal): -5580580 or 14473386. OLE color: 14473386.
HSL color Cylindrical-coordinate representation of color #AAD8DC: hue angle of 184.8º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD8DC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 216 | 220 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.14 |
| HSL | 184.8º | 0.42% | 0.76% | - |
| HSV(B) | 184.8º | 0.23% | 0.86% | - |
| XYZ | 54.05 | 62.83 | 76.99 | - |
| YUV | 202.7 | 137.76 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 220 | 0.23 | 0.02 | 0 | 0.14 | 184.8 | 0.42 | 0.76 |
| Hex | AA | D8 | DC | 17 | 2 | 0 | E | B9 | 2A | 4C |
| Octal | 252 | 330 | 334 | 27 | 2 | 0 | 16 | 271 | 52 | 114 |
| Binary | 10101010 | 11011000 | 11011100 | 10111 | 10 | 0 | 1110 | 10111001 | 101010 | 1001100 |
Color Harmonies of #AAD8DC
Complementary color
Monochromatic Colors of #AAD8DC
Black with #AAD8DC
Text Example
Text Example
White with #AAD8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8DC; }
p { color: rgb(170,216,220); }
H1.HeaderClassName
{
color: #AAD8DC;
}
.AnyTagClassName
{
color: #AAD8DC;
}
</style>
background-color css
<style>
a { background-color: #AAD8DC; }
a { background-color: rgb(170,216,220); }
div.DivClassName
{
background-color: #AAD8DC;
}
.BgClassName
{
background-color: #AAD8DC;
}
</style>
border-color css
<style>
span { border-color: #AAD8DC; }
span { border-color: rgb(170,216,220); }
td.TdClassName
{
border-color: #AAD8DC;
}
.TagClassName
{
border-color: #AAD8DC;
}
</style>