Shades of Charlotte #A0DAE9
Tints of Charlotte #A0DAE9
RGB
CMYK
RGB Variations
Color information
#A0DAE9 (or 0xA0DAE9) is known color: Charlotte. HEX triplet: A0, DA and E9. RGB value is (160,218,233). Sum of RGB (Red+Green+Blue) = 160+218+233=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0DAE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAE9 is #5F2516. Grayscale: #CACACA. Windows color (decimal): -6235415 or 15325856. OLE color: 15325856.
HSL color Cylindrical-coordinate representation of color #A0DAE9: hue angle of 192.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DAE9 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 218 | 233 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.09 |
| HSL | 192.33º | 0.62% | 0.77% | - |
| HSV(B) | 192.33º | 0.31% | 0.91% | - |
| XYZ | 54.28 | 63.5 | 86.49 | - |
| YUV | 202.37 | 145.28 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 233 | 0.31 | 0.06 | 0 | 0.09 | 192.33 | 0.62 | 0.77 |
| Hex | A0 | DA | E9 | 1F | 6 | 0 | 9 | C0 | 3E | 4D |
| Octal | 240 | 332 | 351 | 37 | 6 | 0 | 11 | 300 | 76 | 115 |
| Binary | 10100000 | 11011010 | 11101001 | 11111 | 110 | 0 | 1001 | 11000000 | 111110 | 1001101 |
Color Harmonies of #A0DAE9
Complementary color
Monochromatic Colors of #A0DAE9
Black with #A0DAE9
Text Example
Text Example
White with #A0DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAE9; }
p { color: rgb(160,218,233); }
H1.HeaderClassName
{
color: #A0DAE9;
}
.AnyTagClassName
{
color: #A0DAE9;
}
</style>
background-color css
<style>
a { background-color: #A0DAE9; }
a { background-color: rgb(160,218,233); }
div.DivClassName
{
background-color: #A0DAE9;
}
.BgClassName
{
background-color: #A0DAE9;
}
</style>
border-color css
<style>
span { border-color: #A0DAE9; }
span { border-color: rgb(160,218,233); }
td.TdClassName
{
border-color: #A0DAE9;
}
.TagClassName
{
border-color: #A0DAE9;
}
</style>