Shades of Charlotte #A9D7DC
Tints of Charlotte #A9D7DC
RGB
CMYK
RGB Variations
Color information
#A9D7DC (or 0xA9D7DC) is known color: Charlotte. HEX triplet: A9, D7 and DC. RGB value is (169,215,220). Sum of RGB (Red+Green+Blue) = 169+215+220=604 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.98% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #A9D7DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D7DC is #562823. Grayscale: #C9C9C9. Windows color (decimal): -5646372 or 14473129. OLE color: 14473129.
HSL color Cylindrical-coordinate representation of color #A9D7DC: hue angle of 185.88º 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 #A9D7DC is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 215 | 220 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.14 |
| HSL | 185.88º | 0.42% | 0.76% | - |
| HSV(B) | 185.88º | 0.23% | 0.86% | - |
| XYZ | 53.58 | 62.2 | 76.89 | - |
| YUV | 201.82 | 138.26 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 220 | 0.23 | 0.02 | 0 | 0.14 | 185.88 | 0.42 | 0.76 |
| Hex | A9 | D7 | DC | 17 | 2 | 0 | E | BA | 2A | 4C |
| Octal | 251 | 327 | 334 | 27 | 2 | 0 | 16 | 272 | 52 | 114 |
| Binary | 10101001 | 11010111 | 11011100 | 10111 | 10 | 0 | 1110 | 10111010 | 101010 | 1001100 |
Color Harmonies of #A9D7DC
Complementary color
Monochromatic Colors of #A9D7DC
Black with #A9D7DC
Text Example
Text Example
White with #A9D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D7DC; }
p { color: rgb(169,215,220); }
H1.HeaderClassName
{
color: #A9D7DC;
}
.AnyTagClassName
{
color: #A9D7DC;
}
</style>
background-color css
<style>
a { background-color: #A9D7DC; }
a { background-color: rgb(169,215,220); }
div.DivClassName
{
background-color: #A9D7DC;
}
.BgClassName
{
background-color: #A9D7DC;
}
</style>
border-color css
<style>
span { border-color: #A9D7DC; }
span { border-color: rgb(169,215,220); }
td.TdClassName
{
border-color: #A9D7DC;
}
.TagClassName
{
border-color: #A9D7DC;
}
</style>