Shades of Charlotte #AAD8DE
Tints of Charlotte #AAD8DE
RGB
CMYK
RGB Variations
Color information
#AAD8DE (or 0xAAD8DE) is known color: Charlotte. HEX triplet: AA, D8 and DE. RGB value is (170,216,222). Sum of RGB (Red+Green+Blue) = 170+216+222=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 216 (84.77% from 255 or 35.53% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8DE is #552721. Grayscale: #CACACA. Windows color (decimal): -5580578 or 14604458. OLE color: 14604458.
HSL color Cylindrical-coordinate representation of color #AAD8DE: hue angle of 186.92º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAD8DE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 216 | 222 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.13 |
| HSL | 186.92º | 0.44% | 0.77% | - |
| HSV(B) | 186.92º | 0.23% | 0.87% | - |
| XYZ | 54.32 | 62.93 | 78.39 | - |
| YUV | 202.93 | 138.76 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 216 | 222 | 0.23 | 0.03 | 0 | 0.13 | 186.92 | 0.44 | 0.77 |
| Hex | AA | D8 | DE | 17 | 3 | 0 | D | BB | 2C | 4D |
| Octal | 252 | 330 | 336 | 27 | 3 | 0 | 15 | 273 | 54 | 115 |
| Binary | 10101010 | 11011000 | 11011110 | 10111 | 11 | 0 | 1101 | 10111011 | 101100 | 1001101 |
Color Harmonies of #AAD8DE
Complementary color
Monochromatic Colors of #AAD8DE
Black with #AAD8DE
Text Example
Text Example
White with #AAD8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD8DE; }
p { color: rgb(170,216,222); }
H1.HeaderClassName
{
color: #AAD8DE;
}
.AnyTagClassName
{
color: #AAD8DE;
}
</style>
background-color css
<style>
a { background-color: #AAD8DE; }
a { background-color: rgb(170,216,222); }
div.DivClassName
{
background-color: #AAD8DE;
}
.BgClassName
{
background-color: #AAD8DE;
}
</style>
border-color css
<style>
span { border-color: #AAD8DE; }
span { border-color: rgb(170,216,222); }
td.TdClassName
{
border-color: #AAD8DE;
}
.TagClassName
{
border-color: #AAD8DE;
}
</style>