Shades of Charlotte #A0DBE8
Tints of Charlotte #A0DBE8
RGB
CMYK
RGB Variations
Color information
#A0DBE8 (or 0xA0DBE8) is known color: Charlotte. HEX triplet: A0, DB and E8. RGB value is (160,219,232). Sum of RGB (Red+Green+Blue) = 160+219+232=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 232 (91.02% from 255 or 37.97% from 611); Max value from RGB is 232 - color contains mainly: blue. Hex color #A0DBE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBE8 is #5F2417. Grayscale: #CACACA. Windows color (decimal): -6235160 or 15260576. OLE color: 15260576.
HSL color Cylindrical-coordinate representation of color #A0DBE8: hue angle of 190.83º degrees, saturation: 0.61, 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 #A0DBE8 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 219 | 232 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.09 |
| HSL | 190.83º | 0.61% | 0.77% | - |
| HSV(B) | 190.83º | 0.31% | 0.91% | - |
| XYZ | 54.39 | 63.96 | 85.82 | - |
| YUV | 202.84 | 144.45 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 232 | 0.31 | 0.06 | 0 | 0.09 | 190.83 | 0.61 | 0.77 |
| Hex | A0 | DB | E8 | 1F | 6 | 0 | 9 | BF | 3D | 4D |
| Octal | 240 | 333 | 350 | 37 | 6 | 0 | 11 | 277 | 75 | 115 |
| Binary | 10100000 | 11011011 | 11101000 | 11111 | 110 | 0 | 1001 | 10111111 | 111101 | 1001101 |
Color Harmonies of #A0DBE8
Complementary color
Monochromatic Colors of #A0DBE8
Black with #A0DBE8
Text Example
Text Example
White with #A0DBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBE8; }
p { color: rgb(160,219,232); }
H1.HeaderClassName
{
color: #A0DBE8;
}
.AnyTagClassName
{
color: #A0DBE8;
}
</style>
background-color css
<style>
a { background-color: #A0DBE8; }
a { background-color: rgb(160,219,232); }
div.DivClassName
{
background-color: #A0DBE8;
}
.BgClassName
{
background-color: #A0DBE8;
}
</style>
border-color css
<style>
span { border-color: #A0DBE8; }
span { border-color: rgb(160,219,232); }
td.TdClassName
{
border-color: #A0DBE8;
}
.TagClassName
{
border-color: #A0DBE8;
}
</style>