Shades of Charlotte #AADBE6
Tints of Charlotte #AADBE6
RGB
CMYK
RGB Variations
Color information
#AADBE6 (or 0xAADBE6) is known color: Charlotte. HEX triplet: AA, DB and E6. RGB value is (170,219,230). Sum of RGB (Red+Green+Blue) = 170+219+230=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 230 (90.23% from 255 or 37.16% from 619); Max value from RGB is 230 - color contains mainly: blue. Hex color #AADBE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AADBE6 is #552419. Grayscale: #CDCDCD. Windows color (decimal): -5579802 or 15129514. OLE color: 15129514.
HSL color Cylindrical-coordinate representation of color #AADBE6: hue angle of 191º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AADBE6 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 219 | 230 | - |
| CMYK | 0.26 | 0.05 | 0 | 0.10 |
| HSL | 191º | 0.55% | 0.78% | - |
| HSV(B) | 191º | 0.26% | 0.9% | - |
| XYZ | 56.19 | 64.92 | 84.43 | - |
| YUV | 205.6 | 141.77 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 219 | 230 | 0.26 | 0.05 | 0 | 0.10 | 191 | 0.55 | 0.78 |
| Hex | AA | DB | E6 | 1A | 5 | 0 | A | BF | 37 | 4E |
| Octal | 252 | 333 | 346 | 32 | 5 | 0 | 12 | 277 | 67 | 116 |
| Binary | 10101010 | 11011011 | 11100110 | 11010 | 101 | 0 | 1010 | 10111111 | 110111 | 1001110 |
Color Harmonies of #AADBE6
Complementary color
Monochromatic Colors of #AADBE6
Black with #AADBE6
Text Example
Text Example
White with #AADBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADBE6; }
p { color: rgb(170,219,230); }
H1.HeaderClassName
{
color: #AADBE6;
}
.AnyTagClassName
{
color: #AADBE6;
}
</style>
background-color css
<style>
a { background-color: #AADBE6; }
a { background-color: rgb(170,219,230); }
div.DivClassName
{
background-color: #AADBE6;
}
.BgClassName
{
background-color: #AADBE6;
}
</style>
border-color css
<style>
span { border-color: #AADBE6; }
span { border-color: rgb(170,219,230); }
td.TdClassName
{
border-color: #AADBE6;
}
.TagClassName
{
border-color: #AADBE6;
}
</style>