Shades of Charlotte #AADBE0
Tints of Charlotte #AADBE0
RGB
CMYK
RGB Variations
Color information
#AADBE0 (or 0xAADBE0) is known color: Charlotte. HEX triplet: AA, DB and E0. RGB value is (170,219,224). Sum of RGB (Red+Green+Blue) = 170+219+224=613 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.73% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #AADBE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBE0 is #55241F. Grayscale: #CCCCCC. Windows color (decimal): -5579808 or 14736298. OLE color: 14736298.
HSL color Cylindrical-coordinate representation of color #AADBE0: hue angle of 185.56º 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 #AADBE0 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 219 | 224 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.12 |
| HSL | 185.56º | 0.47% | 0.77% | - |
| HSV(B) | 185.56º | 0.24% | 0.88% | - |
| XYZ | 55.36 | 64.59 | 80.07 | - |
| YUV | 204.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 224 | 0.24 | 0.02 | 0 | 0.12 | 185.56 | 0.47 | 0.77 |
| Hex | AA | DB | E0 | 18 | 2 | 0 | C | BA | 2F | 4D |
| Octal | 252 | 333 | 340 | 30 | 2 | 0 | 14 | 272 | 57 | 115 |
| Binary | 10101010 | 11011011 | 11100000 | 11000 | 10 | 0 | 1100 | 10111010 | 101111 | 1001101 |
Color Harmonies of #AADBE0
Complementary color
Monochromatic Colors of #AADBE0
Black with #AADBE0
Text Example
Text Example
White with #AADBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBE0; }
p { color: rgb(170,219,224); }
H1.HeaderClassName
{
color: #AADBE0;
}
.AnyTagClassName
{
color: #AADBE0;
}
</style>
background-color css
<style>
a { background-color: #AADBE0; }
a { background-color: rgb(170,219,224); }
div.DivClassName
{
background-color: #AADBE0;
}
.BgClassName
{
background-color: #AADBE0;
}
</style>
border-color css
<style>
span { border-color: #AADBE0; }
span { border-color: rgb(170,219,224); }
td.TdClassName
{
border-color: #AADBE0;
}
.TagClassName
{
border-color: #AADBE0;
}
</style>