Shades of Charlotte #A0DADF
Tints of Charlotte #A0DADF
RGB
CMYK
RGB Variations
Color information
#A0DADF (or 0xA0DADF) is known color: Charlotte. HEX triplet: A0, DA and DF. RGB value is (160,218,223). Sum of RGB (Red+Green+Blue) = 160+218+223=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 223 - color contains mainly: blue. Hex color #A0DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DADF is #5F2520. Grayscale: #C9C9C9. Windows color (decimal): -6235425 or 14670496. OLE color: 14670496.
HSL color Cylindrical-coordinate representation of color #A0DADF: hue angle of 184.76º degrees, saturation: 0.5, 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 #A0DADF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 218 | 223 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.13 |
| HSL | 184.76º | 0.5% | 0.75% | - |
| HSV(B) | 184.76º | 0.28% | 0.87% | - |
| XYZ | 52.89 | 62.94 | 79.17 | - |
| YUV | 201.23 | 140.28 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 223 | 0.28 | 0.02 | 0 | 0.13 | 184.76 | 0.5 | 0.75 |
| Hex | A0 | DA | DF | 1C | 2 | 0 | D | B9 | 32 | 4B |
| Octal | 240 | 332 | 337 | 34 | 2 | 0 | 15 | 271 | 62 | 113 |
| Binary | 10100000 | 11011010 | 11011111 | 11100 | 10 | 0 | 1101 | 10111001 | 110010 | 1001011 |
Color Harmonies of #A0DADF
Complementary color
Monochromatic Colors of #A0DADF
Black with #A0DADF
Text Example
Text Example
White with #A0DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DADF; }
p { color: rgb(160,218,223); }
H1.HeaderClassName
{
color: #A0DADF;
}
.AnyTagClassName
{
color: #A0DADF;
}
</style>
background-color css
<style>
a { background-color: #A0DADF; }
a { background-color: rgb(160,218,223); }
div.DivClassName
{
background-color: #A0DADF;
}
.BgClassName
{
background-color: #A0DADF;
}
</style>
border-color css
<style>
span { border-color: #A0DADF; }
span { border-color: rgb(160,218,223); }
td.TdClassName
{
border-color: #A0DADF;
}
.TagClassName
{
border-color: #A0DADF;
}
</style>