Shades of Charlotte #AADAE0
Tints of Charlotte #AADAE0
RGB
CMYK
RGB Variations
Color information
#AADAE0 (or 0xAADAE0) is known color: Charlotte. HEX triplet: AA, DA and E0. RGB value is (170,218,224). Sum of RGB (Red+Green+Blue) = 170+218+224=612 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.78% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 224 (87.89% from 255 or 36.60% from 612); Max value from RGB is 224 - color contains mainly: blue. Hex color #AADAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE0 is #55251F. Grayscale: #CCCCCC. Windows color (decimal): -5580064 or 14736042. OLE color: 14736042.
HSL color Cylindrical-coordinate representation of color #AADAE0: hue angle of 186.67º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADAE0 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 218 | 224 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.12 |
| HSL | 186.67º | 0.47% | 0.77% | - |
| HSV(B) | 186.67º | 0.24% | 0.88% | - |
| XYZ | 55.1 | 64.07 | 79.98 | - |
| YUV | 204.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 224 | 0.24 | 0.03 | 0 | 0.12 | 186.67 | 0.47 | 0.77 |
| Hex | AA | DA | E0 | 18 | 3 | 0 | C | BB | 2F | 4D |
| Octal | 252 | 332 | 340 | 30 | 3 | 0 | 14 | 273 | 57 | 115 |
| Binary | 10101010 | 11011010 | 11100000 | 11000 | 11 | 0 | 1100 | 10111011 | 101111 | 1001101 |
Color Harmonies of #AADAE0
Complementary color
Monochromatic Colors of #AADAE0
Black with #AADAE0
Text Example
Text Example
White with #AADAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAE0; }
p { color: rgb(170,218,224); }
H1.HeaderClassName
{
color: #AADAE0;
}
.AnyTagClassName
{
color: #AADAE0;
}
</style>
background-color css
<style>
a { background-color: #AADAE0; }
a { background-color: rgb(170,218,224); }
div.DivClassName
{
background-color: #AADAE0;
}
.BgClassName
{
background-color: #AADAE0;
}
</style>
border-color css
<style>
span { border-color: #AADAE0; }
span { border-color: rgb(170,218,224); }
td.TdClassName
{
border-color: #AADAE0;
}
.TagClassName
{
border-color: #AADAE0;
}
</style>