Shades of Charlotte #A0DEE6
Tints of Charlotte #A0DEE6
RGB
CMYK
RGB Variations
Color information
#A0DEE6 (or 0xA0DEE6) is known color: Charlotte. HEX triplet: A0, DE and E6. RGB value is (160,222,230). Sum of RGB (Red+Green+Blue) = 160+222+230=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #A0DEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DEE6 is #5F2119. Grayscale: #CCCCCC. Windows color (decimal): -6234394 or 15130272. OLE color: 15130272.
HSL color Cylindrical-coordinate representation of color #A0DEE6: hue angle of 186.86º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DEE6 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 222 | 230 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.10 |
| HSL | 186.86º | 0.58% | 0.76% | - |
| HSV(B) | 186.86º | 0.3% | 0.9% | - |
| XYZ | 54.9 | 65.43 | 84.6 | - |
| YUV | 204.37 | 142.46 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 230 | 0.30 | 0.03 | 0 | 0.10 | 186.86 | 0.58 | 0.76 |
| Hex | A0 | DE | E6 | 1E | 3 | 0 | A | BB | 3A | 4C |
| Octal | 240 | 336 | 346 | 36 | 3 | 0 | 12 | 273 | 72 | 114 |
| Binary | 10100000 | 11011110 | 11100110 | 11110 | 11 | 0 | 1010 | 10111011 | 111010 | 1001100 |
Color Harmonies of #A0DEE6
Complementary color
Monochromatic Colors of #A0DEE6
Black with #A0DEE6
Text Example
Text Example
White with #A0DEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEE6; }
p { color: rgb(160,222,230); }
H1.HeaderClassName
{
color: #A0DEE6;
}
.AnyTagClassName
{
color: #A0DEE6;
}
</style>
background-color css
<style>
a { background-color: #A0DEE6; }
a { background-color: rgb(160,222,230); }
div.DivClassName
{
background-color: #A0DEE6;
}
.BgClassName
{
background-color: #A0DEE6;
}
</style>
border-color css
<style>
span { border-color: #A0DEE6; }
span { border-color: rgb(160,222,230); }
td.TdClassName
{
border-color: #A0DEE6;
}
.TagClassName
{
border-color: #A0DEE6;
}
</style>