Shades of Charlotte #AADBE2
Tints of Charlotte #AADBE2
RGB
CMYK
RGB Variations
Color information
#AADBE2 (or 0xAADBE2) is known color: Charlotte. HEX triplet: AA, DB and E2. RGB value is (170,219,226). Sum of RGB (Red+Green+Blue) = 170+219+226=615 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.64% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 226 (88.67% from 255 or 36.75% from 615); Max value from RGB is 226 - color contains mainly: blue. Hex color #AADBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADBE2 is #55241D. Grayscale: #CDCDCD. Windows color (decimal): -5579806 or 14867370. OLE color: 14867370.
HSL color Cylindrical-coordinate representation of color #AADBE2: hue angle of 187.5º degrees, saturation: 0.49, 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 #AADBE2 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 219 | 226 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.11 |
| HSL | 187.5º | 0.49% | 0.78% | - |
| HSV(B) | 187.5º | 0.25% | 0.89% | - |
| XYZ | 55.64 | 64.7 | 81.51 | - |
| YUV | 205.15 | 139.77 | 102.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 226 | 0.25 | 0.03 | 0 | 0.11 | 187.5 | 0.49 | 0.78 |
| Hex | AA | DB | E2 | 19 | 3 | 0 | B | BC | 31 | 4E |
| Octal | 252 | 333 | 342 | 31 | 3 | 0 | 13 | 274 | 61 | 116 |
| Binary | 10101010 | 11011011 | 11100010 | 11001 | 11 | 0 | 1011 | 10111100 | 110001 | 1001110 |
Color Harmonies of #AADBE2
Complementary color
Monochromatic Colors of #AADBE2
Black with #AADBE2
Text Example
Text Example
White with #AADBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBE2; }
p { color: rgb(170,219,226); }
H1.HeaderClassName
{
color: #AADBE2;
}
.AnyTagClassName
{
color: #AADBE2;
}
</style>
background-color css
<style>
a { background-color: #AADBE2; }
a { background-color: rgb(170,219,226); }
div.DivClassName
{
background-color: #AADBE2;
}
.BgClassName
{
background-color: #AADBE2;
}
</style>
border-color css
<style>
span { border-color: #AADBE2; }
span { border-color: rgb(170,219,226); }
td.TdClassName
{
border-color: #AADBE2;
}
.TagClassName
{
border-color: #AADBE2;
}
</style>