Shades of Charlotte #A0DBE5
Tints of Charlotte #A0DBE5
RGB
CMYK
RGB Variations
Color information
#A0DBE5 (or 0xA0DBE5) is known color: Charlotte. HEX triplet: A0, DB and E5. RGB value is (160,219,229). Sum of RGB (Red+Green+Blue) = 160+219+229=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 229 (89.84% from 255 or 37.66% from 608); Max value from RGB is 229 - color contains mainly: blue. Hex color #A0DBE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBE5 is #5F241A. Grayscale: #CACACA. Windows color (decimal): -6235163 or 15063968. OLE color: 15063968.
HSL color Cylindrical-coordinate representation of color #A0DBE5: hue angle of 188.7º degrees, saturation: 0.57, 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 #A0DBE5 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 219 | 229 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.10 |
| HSL | 188.7º | 0.57% | 0.76% | - |
| HSV(B) | 188.7º | 0.3% | 0.9% | - |
| XYZ | 53.97 | 63.79 | 83.6 | - |
| YUV | 202.5 | 142.95 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 229 | 0.30 | 0.04 | 0 | 0.10 | 188.7 | 0.57 | 0.76 |
| Hex | A0 | DB | E5 | 1E | 4 | 0 | A | BD | 39 | 4C |
| Octal | 240 | 333 | 345 | 36 | 4 | 0 | 12 | 275 | 71 | 114 |
| Binary | 10100000 | 11011011 | 11100101 | 11110 | 100 | 0 | 1010 | 10111101 | 111001 | 1001100 |
Color Harmonies of #A0DBE5
Complementary color
Monochromatic Colors of #A0DBE5
Black with #A0DBE5
Text Example
Text Example
White with #A0DBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBE5; }
p { color: rgb(160,219,229); }
H1.HeaderClassName
{
color: #A0DBE5;
}
.AnyTagClassName
{
color: #A0DBE5;
}
</style>
background-color css
<style>
a { background-color: #A0DBE5; }
a { background-color: rgb(160,219,229); }
div.DivClassName
{
background-color: #A0DBE5;
}
.BgClassName
{
background-color: #A0DBE5;
}
</style>
border-color css
<style>
span { border-color: #A0DBE5; }
span { border-color: rgb(160,219,229); }
td.TdClassName
{
border-color: #A0DBE5;
}
.TagClassName
{
border-color: #A0DBE5;
}
</style>