Shades of Charlotte #AADBE3
Tints of Charlotte #AADBE3
RGB
CMYK
RGB Variations
Color information
#AADBE3 (or 0xAADBE3) is known color: Charlotte. HEX triplet: AA, DB and E3. RGB value is (170,219,227). Sum of RGB (Red+Green+Blue) = 170+219+227=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 227 (89.06% from 255 or 36.85% from 616); Max value from RGB is 227 - color contains mainly: blue. Hex color #AADBE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBE3 is #55241C. Grayscale: #CDCDCD. Windows color (decimal): -5579805 or 14932906. OLE color: 14932906.
HSL color Cylindrical-coordinate representation of color #AADBE3: hue angle of 188.42º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADBE3 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 219 | 227 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.11 |
| HSL | 188.42º | 0.5% | 0.78% | - |
| HSV(B) | 188.42º | 0.25% | 0.89% | - |
| XYZ | 55.77 | 64.76 | 82.23 | - |
| YUV | 205.26 | 140.27 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 227 | 0.25 | 0.04 | 0 | 0.11 | 188.42 | 0.5 | 0.78 |
| Hex | AA | DB | E3 | 19 | 4 | 0 | B | BC | 32 | 4E |
| Octal | 252 | 333 | 343 | 31 | 4 | 0 | 13 | 274 | 62 | 116 |
| Binary | 10101010 | 11011011 | 11100011 | 11001 | 100 | 0 | 1011 | 10111100 | 110010 | 1001110 |
Color Harmonies of #AADBE3
Complementary color
Monochromatic Colors of #AADBE3
Black with #AADBE3
Text Example
Text Example
White with #AADBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBE3; }
p { color: rgb(170,219,227); }
H1.HeaderClassName
{
color: #AADBE3;
}
.AnyTagClassName
{
color: #AADBE3;
}
</style>
background-color css
<style>
a { background-color: #AADBE3; }
a { background-color: rgb(170,219,227); }
div.DivClassName
{
background-color: #AADBE3;
}
.BgClassName
{
background-color: #AADBE3;
}
</style>
border-color css
<style>
span { border-color: #AADBE3; }
span { border-color: rgb(170,219,227); }
td.TdClassName
{
border-color: #AADBE3;
}
.TagClassName
{
border-color: #AADBE3;
}
</style>