Shades of Charlotte #AAD7DF
Tints of Charlotte #AAD7DF
RGB
CMYK
RGB Variations
Color information
#AAD7DF (or 0xAAD7DF) is known color: Charlotte. HEX triplet: AA, D7 and DF. RGB value is (170,215,223). Sum of RGB (Red+Green+Blue) = 170+215+223=608 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.96% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #AAD7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7DF is #552820. Grayscale: #CACACA. Windows color (decimal): -5580833 or 14669738. OLE color: 14669738.
HSL color Cylindrical-coordinate representation of color #AAD7DF: hue angle of 189.06º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAD7DF is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 215 | 223 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.13 |
| HSL | 189.06º | 0.45% | 0.77% | - |
| HSV(B) | 189.06º | 0.24% | 0.87% | - |
| XYZ | 54.2 | 62.47 | 79.01 | - |
| YUV | 202.46 | 139.59 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 215 | 223 | 0.24 | 0.04 | 0 | 0.13 | 189.06 | 0.45 | 0.77 |
| Hex | AA | D7 | DF | 18 | 4 | 0 | D | BD | 2D | 4D |
| Octal | 252 | 327 | 337 | 30 | 4 | 0 | 15 | 275 | 55 | 115 |
| Binary | 10101010 | 11010111 | 11011111 | 11000 | 100 | 0 | 1101 | 10111101 | 101101 | 1001101 |
Color Harmonies of #AAD7DF
Complementary color
Monochromatic Colors of #AAD7DF
Black with #AAD7DF
Text Example
Text Example
White with #AAD7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD7DF; }
p { color: rgb(170,215,223); }
H1.HeaderClassName
{
color: #AAD7DF;
}
.AnyTagClassName
{
color: #AAD7DF;
}
</style>
background-color css
<style>
a { background-color: #AAD7DF; }
a { background-color: rgb(170,215,223); }
div.DivClassName
{
background-color: #AAD7DF;
}
.BgClassName
{
background-color: #AAD7DF;
}
</style>
border-color css
<style>
span { border-color: #AAD7DF; }
span { border-color: rgb(170,215,223); }
td.TdClassName
{
border-color: #AAD7DF;
}
.TagClassName
{
border-color: #AAD7DF;
}
</style>