Shades of Charlotte #A0DBDE
Tints of Charlotte #A0DBDE
RGB
CMYK
RGB Variations
Color information
#A0DBDE (or 0xA0DBDE) is known color: Charlotte. HEX triplet: A0, DB and DE. RGB value is (160,219,222). Sum of RGB (Red+Green+Blue) = 160+219+222=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 222 (87.11% from 255 or 36.94% from 601); Max value from RGB is 222 - color contains mainly: blue. Hex color #A0DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DBDE is #5F2421. Grayscale: #C9C9C9. Windows color (decimal): -6235170 or 14605216. OLE color: 14605216.
HSL color Cylindrical-coordinate representation of color #A0DBDE: hue angle of 182.9º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DBDE is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 219 | 222 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.13 |
| HSL | 182.9º | 0.48% | 0.75% | - |
| HSV(B) | 182.9º | 0.28% | 0.87% | - |
| XYZ | 53.01 | 63.41 | 78.55 | - |
| YUV | 201.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 222 | 0.28 | 0.01 | 0 | 0.13 | 182.9 | 0.48 | 0.75 |
| Hex | A0 | DB | DE | 1C | 1 | 0 | D | B7 | 30 | 4B |
| Octal | 240 | 333 | 336 | 34 | 1 | 0 | 15 | 267 | 60 | 113 |
| Binary | 10100000 | 11011011 | 11011110 | 11100 | 1 | 0 | 1101 | 10110111 | 110000 | 1001011 |
Color Harmonies of #A0DBDE
Complementary color
Monochromatic Colors of #A0DBDE
Black with #A0DBDE
Text Example
Text Example
White with #A0DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBDE; }
p { color: rgb(160,219,222); }
H1.HeaderClassName
{
color: #A0DBDE;
}
.AnyTagClassName
{
color: #A0DBDE;
}
</style>
background-color css
<style>
a { background-color: #A0DBDE; }
a { background-color: rgb(160,219,222); }
div.DivClassName
{
background-color: #A0DBDE;
}
.BgClassName
{
background-color: #A0DBDE;
}
</style>
border-color css
<style>
span { border-color: #A0DBDE; }
span { border-color: rgb(160,219,222); }
td.TdClassName
{
border-color: #A0DBDE;
}
.TagClassName
{
border-color: #A0DBDE;
}
</style>