Shades of Charlotte #ACD8DF
Tints of Charlotte #ACD8DF
RGB
CMYK
RGB Variations
Color information
#ACD8DF (or 0xACD8DF) is known color: Charlotte. HEX triplet: AC, D8 and DF. RGB value is (172,216,223). Sum of RGB (Red+Green+Blue) = 172+216+223=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 223 (87.5% from 255 or 36.50% from 611); Max value from RGB is 223 - color contains mainly: blue. Hex color #ACD8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8DF is #532720. Grayscale: #CBCBCB. Windows color (decimal): -5449505 or 14669996. OLE color: 14669996.
HSL color Cylindrical-coordinate representation of color #ACD8DF: hue angle of 188.24º degrees, saturation: 0.44, 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 #ACD8DF is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 216 | 223 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.13 |
| HSL | 188.24º | 0.44% | 0.77% | - |
| HSV(B) | 188.24º | 0.23% | 0.87% | - |
| XYZ | 54.89 | 63.21 | 79.12 | - |
| YUV | 203.64 | 138.92 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 223 | 0.23 | 0.03 | 0 | 0.13 | 188.24 | 0.44 | 0.77 |
| Hex | AC | D8 | DF | 17 | 3 | 0 | D | BC | 2C | 4D |
| Octal | 254 | 330 | 337 | 27 | 3 | 0 | 15 | 274 | 54 | 115 |
| Binary | 10101100 | 11011000 | 11011111 | 10111 | 11 | 0 | 1101 | 10111100 | 101100 | 1001101 |
Color Harmonies of #ACD8DF
Complementary color
Monochromatic Colors of #ACD8DF
Black with #ACD8DF
Text Example
Text Example
White with #ACD8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8DF; }
p { color: rgb(172,216,223); }
H1.HeaderClassName
{
color: #ACD8DF;
}
.AnyTagClassName
{
color: #ACD8DF;
}
</style>
background-color css
<style>
a { background-color: #ACD8DF; }
a { background-color: rgb(172,216,223); }
div.DivClassName
{
background-color: #ACD8DF;
}
.BgClassName
{
background-color: #ACD8DF;
}
</style>
border-color css
<style>
span { border-color: #ACD8DF; }
span { border-color: rgb(172,216,223); }
td.TdClassName
{
border-color: #ACD8DF;
}
.TagClassName
{
border-color: #ACD8DF;
}
</style>