Shades of Charlotte #A0D8DD
Tints of Charlotte #A0D8DD
RGB
CMYK
RGB Variations
Color information
#A0D8DD (or 0xA0D8DD) is known color: Charlotte. HEX triplet: A0, D8 and DD. RGB value is (160,216,221). Sum of RGB (Red+Green+Blue) = 160+216+221=597 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.80% from 597); Green value is 216 (84.77% from 255 or 36.18% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 221 - color contains mainly: blue. Hex color #A0D8DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8DD is #5F2722. Grayscale: #C7C7C7. Windows color (decimal): -6235939 or 14538912. OLE color: 14538912.
HSL color Cylindrical-coordinate representation of color #A0D8DD: hue angle of 184.92º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0D8DD is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 216 | 221 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.13 |
| HSL | 184.92º | 0.47% | 0.75% | - |
| HSV(B) | 184.92º | 0.28% | 0.87% | - |
| XYZ | 52.1 | 61.81 | 77.59 | - |
| YUV | 199.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 221 | 0.28 | 0.02 | 0 | 0.13 | 184.92 | 0.47 | 0.75 |
| Hex | A0 | D8 | DD | 1C | 2 | 0 | D | B9 | 2F | 4B |
| Octal | 240 | 330 | 335 | 34 | 2 | 0 | 15 | 271 | 57 | 113 |
| Binary | 10100000 | 11011000 | 11011101 | 11100 | 10 | 0 | 1101 | 10111001 | 101111 | 1001011 |
Color Harmonies of #A0D8DD
Complementary color
Monochromatic Colors of #A0D8DD
Black with #A0D8DD
Text Example
Text Example
White with #A0D8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8DD; }
p { color: rgb(160,216,221); }
H1.HeaderClassName
{
color: #A0D8DD;
}
.AnyTagClassName
{
color: #A0D8DD;
}
</style>
background-color css
<style>
a { background-color: #A0D8DD; }
a { background-color: rgb(160,216,221); }
div.DivClassName
{
background-color: #A0D8DD;
}
.BgClassName
{
background-color: #A0D8DD;
}
</style>
border-color css
<style>
span { border-color: #A0D8DD; }
span { border-color: rgb(160,216,221); }
td.TdClassName
{
border-color: #A0D8DD;
}
.TagClassName
{
border-color: #A0D8DD;
}
</style>