Shades of Charlotte #A0DBE1
Tints of Charlotte #A0DBE1
RGB
CMYK
RGB Variations
Color information
#A0DBE1 (or 0xA0DBE1) is known color: Charlotte. HEX triplet: A0, DB and E1. RGB value is (160,219,225). Sum of RGB (Red+Green+Blue) = 160+219+225=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 225 (88.28% from 255 or 37.25% from 604); Max value from RGB is 225 - color contains mainly: blue. Hex color #A0DBE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBE1 is #5F241E. Grayscale: #C9C9C9. Windows color (decimal): -6235167 or 14801824. OLE color: 14801824.
HSL color Cylindrical-coordinate representation of color #A0DBE1: hue angle of 185.54º degrees, saturation: 0.52, 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 #A0DBE1 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 219 | 225 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.12 |
| HSL | 185.54º | 0.52% | 0.75% | - |
| HSV(B) | 185.54º | 0.29% | 0.88% | - |
| XYZ | 53.42 | 63.57 | 80.69 | - |
| YUV | 202.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 225 | 0.29 | 0.03 | 0 | 0.12 | 185.54 | 0.52 | 0.75 |
| Hex | A0 | DB | E1 | 1D | 3 | 0 | C | BA | 34 | 4B |
| Octal | 240 | 333 | 341 | 35 | 3 | 0 | 14 | 272 | 64 | 113 |
| Binary | 10100000 | 11011011 | 11100001 | 11101 | 11 | 0 | 1100 | 10111010 | 110100 | 1001011 |
Color Harmonies of #A0DBE1
Complementary color
Monochromatic Colors of #A0DBE1
Black with #A0DBE1
Text Example
Text Example
White with #A0DBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBE1; }
p { color: rgb(160,219,225); }
H1.HeaderClassName
{
color: #A0DBE1;
}
.AnyTagClassName
{
color: #A0DBE1;
}
</style>
background-color css
<style>
a { background-color: #A0DBE1; }
a { background-color: rgb(160,219,225); }
div.DivClassName
{
background-color: #A0DBE1;
}
.BgClassName
{
background-color: #A0DBE1;
}
</style>
border-color css
<style>
span { border-color: #A0DBE1; }
span { border-color: rgb(160,219,225); }
td.TdClassName
{
border-color: #A0DBE1;
}
.TagClassName
{
border-color: #A0DBE1;
}
</style>