Shades of Charlotte #AAD7DE
Tints of Charlotte #AAD7DE
RGB
CMYK
RGB Variations
Color information
#AAD7DE (or 0xAAD7DE) is known color: Charlotte. HEX triplet: AA, D7 and DE. RGB value is (170,215,222). Sum of RGB (Red+Green+Blue) = 170+215+222=607 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.01% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #AAD7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7DE is #552821. Grayscale: #CACACA. Windows color (decimal): -5580834 or 14604202. OLE color: 14604202.
HSL color Cylindrical-coordinate representation of color #AAD7DE: hue angle of 188.08º 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 #AAD7DE is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 215 | 222 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.13 |
| HSL | 188.08º | 0.44% | 0.77% | - |
| HSV(B) | 188.08º | 0.23% | 0.87% | - |
| XYZ | 54.06 | 62.42 | 78.31 | - |
| YUV | 202.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 222 | 0.23 | 0.03 | 0 | 0.13 | 188.08 | 0.44 | 0.77 |
| Hex | AA | D7 | DE | 17 | 3 | 0 | D | BC | 2C | 4D |
| Octal | 252 | 327 | 336 | 27 | 3 | 0 | 15 | 274 | 54 | 115 |
| Binary | 10101010 | 11010111 | 11011110 | 10111 | 11 | 0 | 1101 | 10111100 | 101100 | 1001101 |
Color Harmonies of #AAD7DE
Complementary color
Monochromatic Colors of #AAD7DE
Black with #AAD7DE
Text Example
Text Example
White with #AAD7DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD7DE; }
p { color: rgb(170,215,222); }
H1.HeaderClassName
{
color: #AAD7DE;
}
.AnyTagClassName
{
color: #AAD7DE;
}
</style>
background-color css
<style>
a { background-color: #AAD7DE; }
a { background-color: rgb(170,215,222); }
div.DivClassName
{
background-color: #AAD7DE;
}
.BgClassName
{
background-color: #AAD7DE;
}
</style>
border-color css
<style>
span { border-color: #AAD7DE; }
span { border-color: rgb(170,215,222); }
td.TdClassName
{
border-color: #AAD7DE;
}
.TagClassName
{
border-color: #AAD7DE;
}
</style>