Shades of Charlotte #ABD8DF
Tints of Charlotte #ABD8DF
RGB
CMYK
RGB Variations
Color information
#ABD8DF (or 0xABD8DF) is known color: Charlotte. HEX triplet: AB, D8 and DF. RGB value is (171,216,223). Sum of RGB (Red+Green+Blue) = 171+216+223=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8DF is #542720. Grayscale: #CBCBCB. Windows color (decimal): -5515041 or 14669995. OLE color: 14669995.
HSL color Cylindrical-coordinate representation of color #ABD8DF: hue angle of 188.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABD8DF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 216 | 223 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.13 |
| HSL | 188.08º | 0.45% | 0.77% | - |
| HSV(B) | 188.08º | 0.23% | 0.87% | - |
| XYZ | 54.67 | 63.1 | 79.11 | - |
| YUV | 203.34 | 139.09 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 223 | 0.23 | 0.03 | 0 | 0.13 | 188.08 | 0.45 | 0.77 |
| Hex | AB | D8 | DF | 17 | 3 | 0 | D | BC | 2D | 4D |
| Octal | 253 | 330 | 337 | 27 | 3 | 0 | 15 | 274 | 55 | 115 |
| Binary | 10101011 | 11011000 | 11011111 | 10111 | 11 | 0 | 1101 | 10111100 | 101101 | 1001101 |
Color Harmonies of #ABD8DF
Complementary color
Monochromatic Colors of #ABD8DF
Black with #ABD8DF
Text Example
Text Example
White with #ABD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD8DF; }
p { color: rgb(171,216,223); }
H1.HeaderClassName
{
color: #ABD8DF;
}
.AnyTagClassName
{
color: #ABD8DF;
}
</style>
background-color css
<style>
a { background-color: #ABD8DF; }
a { background-color: rgb(171,216,223); }
div.DivClassName
{
background-color: #ABD8DF;
}
.BgClassName
{
background-color: #ABD8DF;
}
</style>
border-color css
<style>
span { border-color: #ABD8DF; }
span { border-color: rgb(171,216,223); }
td.TdClassName
{
border-color: #ABD8DF;
}
.TagClassName
{
border-color: #ABD8DF;
}
</style>