Shades of Charlotte #ABD9E1
Tints of Charlotte #ABD9E1
RGB
CMYK
RGB Variations
Color information
#ABD9E1 (or 0xABD9E1) is known color: Charlotte. HEX triplet: AB, D9 and E1. RGB value is (171,217,225). Sum of RGB (Red+Green+Blue) = 171+217+225=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABD9E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9E1 is #54261E. Grayscale: #CCCCCC. Windows color (decimal): -5514783 or 14801323. OLE color: 14801323.
HSL color Cylindrical-coordinate representation of color #ABD9E1: hue angle of 188.89º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABD9E1 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 217 | 225 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.12 |
| HSL | 188.89º | 0.47% | 0.78% | - |
| HSV(B) | 188.89º | 0.24% | 0.88% | - |
| XYZ | 55.2 | 63.72 | 80.62 | - |
| YUV | 204.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 217 | 225 | 0.24 | 0.04 | 0 | 0.12 | 188.89 | 0.47 | 0.78 |
| Hex | AB | D9 | E1 | 18 | 4 | 0 | C | BD | 2F | 4E |
| Octal | 253 | 331 | 341 | 30 | 4 | 0 | 14 | 275 | 57 | 116 |
| Binary | 10101011 | 11011001 | 11100001 | 11000 | 100 | 0 | 1100 | 10111101 | 101111 | 1001110 |
Color Harmonies of #ABD9E1
Complementary color
Monochromatic Colors of #ABD9E1
Black with #ABD9E1
Text Example
Text Example
White with #ABD9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD9E1; }
p { color: rgb(171,217,225); }
H1.HeaderClassName
{
color: #ABD9E1;
}
.AnyTagClassName
{
color: #ABD9E1;
}
</style>
background-color css
<style>
a { background-color: #ABD9E1; }
a { background-color: rgb(171,217,225); }
div.DivClassName
{
background-color: #ABD9E1;
}
.BgClassName
{
background-color: #ABD9E1;
}
</style>
border-color css
<style>
span { border-color: #ABD9E1; }
span { border-color: rgb(171,217,225); }
td.TdClassName
{
border-color: #ABD9E1;
}
.TagClassName
{
border-color: #ABD9E1;
}
</style>