Shades of Charlotte #AADBE1
Tints of Charlotte #AADBE1
RGB
CMYK
RGB Variations
Color information
#AADBE1 (or 0xAADBE1) is known color: Charlotte. HEX triplet: AA, DB and E1. RGB value is (170,219,225). Sum of RGB (Red+Green+Blue) = 170+219+225=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 225 (88.28% from 255 or 36.64% from 614); Max value from RGB is 225 - color contains mainly: blue. Hex color #AADBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBE1 is #55241E. Grayscale: #CCCCCC. Windows color (decimal): -5579807 or 14801834. OLE color: 14801834.
HSL color Cylindrical-coordinate representation of color #AADBE1: hue angle of 186.55º 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 #AADBE1 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 219 | 225 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.12 |
| HSL | 186.55º | 0.48% | 0.77% | - |
| HSV(B) | 186.55º | 0.24% | 0.88% | - |
| XYZ | 55.5 | 64.65 | 80.79 | - |
| YUV | 205.03 | 139.27 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 225 | 0.24 | 0.03 | 0 | 0.12 | 186.55 | 0.48 | 0.77 |
| Hex | AA | DB | E1 | 18 | 3 | 0 | C | BB | 30 | 4D |
| Octal | 252 | 333 | 341 | 30 | 3 | 0 | 14 | 273 | 60 | 115 |
| Binary | 10101010 | 11011011 | 11100001 | 11000 | 11 | 0 | 1100 | 10111011 | 110000 | 1001101 |
Color Harmonies of #AADBE1
Complementary color
Monochromatic Colors of #AADBE1
Black with #AADBE1
Text Example
Text Example
White with #AADBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBE1; }
p { color: rgb(170,219,225); }
H1.HeaderClassName
{
color: #AADBE1;
}
.AnyTagClassName
{
color: #AADBE1;
}
</style>
background-color css
<style>
a { background-color: #AADBE1; }
a { background-color: rgb(170,219,225); }
div.DivClassName
{
background-color: #AADBE1;
}
.BgClassName
{
background-color: #AADBE1;
}
</style>
border-color css
<style>
span { border-color: #AADBE1; }
span { border-color: rgb(170,219,225); }
td.TdClassName
{
border-color: #AADBE1;
}
.TagClassName
{
border-color: #AADBE1;
}
</style>