Shades of Charlotte #A9D9DC
Tints of Charlotte #A9D9DC
RGB
CMYK
RGB Variations
Color information
#A9D9DC (or 0xA9D9DC) is known color: Charlotte. HEX triplet: A9, D9 and DC. RGB value is (169,217,220). Sum of RGB (Red+Green+Blue) = 169+217+220=606 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.89% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D9DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9DC is #562623. Grayscale: #CACACA. Windows color (decimal): -5645860 or 14473641. OLE color: 14473641.
HSL color Cylindrical-coordinate representation of color #A9D9DC: hue angle of 183.53º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9D9DC is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 217 | 220 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.14 |
| HSL | 183.53º | 0.42% | 0.76% | - |
| HSV(B) | 183.53º | 0.23% | 0.86% | - |
| XYZ | 54.09 | 63.23 | 77.06 | - |
| YUV | 202.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 220 | 0.23 | 0.01 | 0 | 0.14 | 183.53 | 0.42 | 0.76 |
| Hex | A9 | D9 | DC | 17 | 1 | 0 | E | B8 | 2A | 4C |
| Octal | 251 | 331 | 334 | 27 | 1 | 0 | 16 | 270 | 52 | 114 |
| Binary | 10101001 | 11011001 | 11011100 | 10111 | 1 | 0 | 1110 | 10111000 | 101010 | 1001100 |
Color Harmonies of #A9D9DC
Complementary color
Monochromatic Colors of #A9D9DC
Black with #A9D9DC
Text Example
Text Example
White with #A9D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9DC; }
p { color: rgb(169,217,220); }
H1.HeaderClassName
{
color: #A9D9DC;
}
.AnyTagClassName
{
color: #A9D9DC;
}
</style>
background-color css
<style>
a { background-color: #A9D9DC; }
a { background-color: rgb(169,217,220); }
div.DivClassName
{
background-color: #A9D9DC;
}
.BgClassName
{
background-color: #A9D9DC;
}
</style>
border-color css
<style>
span { border-color: #A9D9DC; }
span { border-color: rgb(169,217,220); }
td.TdClassName
{
border-color: #A9D9DC;
}
.TagClassName
{
border-color: #A9D9DC;
}
</style>