Shades of Charlotte #A0DAE0
Tints of Charlotte #A0DAE0
RGB
CMYK
RGB Variations
Color information
#A0DAE0 (or 0xA0DAE0) is known color: Charlotte. HEX triplet: A0, DA and E0. RGB value is (160,218,224). Sum of RGB (Red+Green+Blue) = 160+218+224=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 224 (87.89% from 255 or 37.21% from 602); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DAE0 is #5F251F. Grayscale: #C9C9C9. Windows color (decimal): -6235424 or 14736032. OLE color: 14736032.
HSL color Cylindrical-coordinate representation of color #A0DAE0: hue angle of 185.62º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DAE0 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 218 | 224 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.12 |
| HSL | 185.63º | 0.51% | 0.75% | - |
| HSV(B) | 185.63º | 0.29% | 0.88% | - |
| XYZ | 53.02 | 63 | 79.89 | - |
| YUV | 201.34 | 140.78 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 224 | 0.29 | 0.03 | 0 | 0.12 | 185.63 | 0.51 | 0.75 |
| Hex | A0 | DA | E0 | 1D | 3 | 0 | C | BA | 33 | 4B |
| Octal | 240 | 332 | 340 | 35 | 3 | 0 | 14 | 272 | 63 | 113 |
| Binary | 10100000 | 11011010 | 11100000 | 11101 | 11 | 0 | 1100 | 10111010 | 110011 | 1001011 |
Color Harmonies of #A0DAE0
Complementary color
Monochromatic Colors of #A0DAE0
Black with #A0DAE0
Text Example
Text Example
White with #A0DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAE0; }
p { color: rgb(160,218,224); }
H1.HeaderClassName
{
color: #A0DAE0;
}
.AnyTagClassName
{
color: #A0DAE0;
}
</style>
background-color css
<style>
a { background-color: #A0DAE0; }
a { background-color: rgb(160,218,224); }
div.DivClassName
{
background-color: #A0DAE0;
}
.BgClassName
{
background-color: #A0DAE0;
}
</style>
border-color css
<style>
span { border-color: #A0DAE0; }
span { border-color: rgb(160,218,224); }
td.TdClassName
{
border-color: #A0DAE0;
}
.TagClassName
{
border-color: #A0DAE0;
}
</style>