Shades of Charlotte #AADAE1
Tints of Charlotte #AADAE1
RGB
CMYK
RGB Variations
Color information
#AADAE1 (or 0xAADAE1) is known color: Charlotte. HEX triplet: AA, DA and E1. RGB value is (170,218,225). Sum of RGB (Red+Green+Blue) = 170+218+225=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #AADAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADAE1 is #55251E. Grayscale: #CCCCCC. Windows color (decimal): -5580063 or 14801578. OLE color: 14801578.
HSL color Cylindrical-coordinate representation of color #AADAE1: hue angle of 187.64º degrees, saturation: 0.48, 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 #AADAE1 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 218 | 225 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.12 |
| HSL | 187.64º | 0.48% | 0.77% | - |
| HSV(B) | 187.64º | 0.24% | 0.88% | - |
| XYZ | 55.24 | 64.13 | 80.7 | - |
| YUV | 204.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 218 | 225 | 0.24 | 0.03 | 0 | 0.12 | 187.64 | 0.48 | 0.77 |
| Hex | AA | DA | E1 | 18 | 3 | 0 | C | BC | 30 | 4D |
| Octal | 252 | 332 | 341 | 30 | 3 | 0 | 14 | 274 | 60 | 115 |
| Binary | 10101010 | 11011010 | 11100001 | 11000 | 11 | 0 | 1100 | 10111100 | 110000 | 1001101 |
Color Harmonies of #AADAE1
Complementary color
Monochromatic Colors of #AADAE1
Black with #AADAE1
Text Example
Text Example
White with #AADAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADAE1; }
p { color: rgb(170,218,225); }
H1.HeaderClassName
{
color: #AADAE1;
}
.AnyTagClassName
{
color: #AADAE1;
}
</style>
background-color css
<style>
a { background-color: #AADAE1; }
a { background-color: rgb(170,218,225); }
div.DivClassName
{
background-color: #AADAE1;
}
.BgClassName
{
background-color: #AADAE1;
}
</style>
border-color css
<style>
span { border-color: #AADAE1; }
span { border-color: rgb(170,218,225); }
td.TdClassName
{
border-color: #AADAE1;
}
.TagClassName
{
border-color: #AADAE1;
}
</style>