Shades of Charlotte #A9DBDE
Tints of Charlotte #A9DBDE
RGB
CMYK
RGB Variations
Color information
#A9DBDE (or 0xA9DBDE) is known color: Charlotte. HEX triplet: A9, DB and DE. RGB value is (169,219,222). Sum of RGB (Red+Green+Blue) = 169+219+222=610 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.70% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #A9DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DBDE is #562421. Grayscale: #CCCCCC. Windows color (decimal): -5645346 or 14605225. OLE color: 14605225.
HSL color Cylindrical-coordinate representation of color #A9DBDE: hue angle of 183.4º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DBDE is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 219 | 222 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.13 |
| HSL | 183.4º | 0.45% | 0.77% | - |
| HSV(B) | 183.4º | 0.24% | 0.87% | - |
| XYZ | 54.88 | 64.37 | 78.64 | - |
| YUV | 204.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 222 | 0.24 | 0.01 | 0 | 0.13 | 183.4 | 0.45 | 0.77 |
| Hex | A9 | DB | DE | 18 | 1 | 0 | D | B7 | 2D | 4D |
| Octal | 251 | 333 | 336 | 30 | 1 | 0 | 15 | 267 | 55 | 115 |
| Binary | 10101001 | 11011011 | 11011110 | 11000 | 1 | 0 | 1101 | 10110111 | 101101 | 1001101 |
Color Harmonies of #A9DBDE
Complementary color
Monochromatic Colors of #A9DBDE
Black with #A9DBDE
Text Example
Text Example
White with #A9DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBDE; }
p { color: rgb(169,219,222); }
H1.HeaderClassName
{
color: #A9DBDE;
}
.AnyTagClassName
{
color: #A9DBDE;
}
</style>
background-color css
<style>
a { background-color: #A9DBDE; }
a { background-color: rgb(169,219,222); }
div.DivClassName
{
background-color: #A9DBDE;
}
.BgClassName
{
background-color: #A9DBDE;
}
</style>
border-color css
<style>
span { border-color: #A9DBDE; }
span { border-color: rgb(169,219,222); }
td.TdClassName
{
border-color: #A9DBDE;
}
.TagClassName
{
border-color: #A9DBDE;
}
</style>