Shades of Charlotte #A0DBED
Tints of Charlotte #A0DBED
RGB
CMYK
RGB Variations
Color information
#A0DBED (or 0xA0DBED) is known color: Charlotte. HEX triplet: A0, DB and ED. RGB value is (160,219,237). Sum of RGB (Red+Green+Blue) = 160+219+237=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #A0DBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBED is #5F2412. Grayscale: #CBCBCB. Windows color (decimal): -6235155 or 15588256. OLE color: 15588256.
HSL color Cylindrical-coordinate representation of color #A0DBED: hue angle of 194.03º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DBED is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 219 | 237 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.07 |
| HSL | 194.03º | 0.68% | 0.78% | - |
| HSV(B) | 194.03º | 0.32% | 0.93% | - |
| XYZ | 55.11 | 64.25 | 89.62 | - |
| YUV | 203.41 | 146.95 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 237 | 0.32 | 0.08 | 0 | 0.07 | 194.03 | 0.68 | 0.78 |
| Hex | A0 | DB | ED | 20 | 8 | 0 | 7 | C2 | 44 | 4E |
| Octal | 240 | 333 | 355 | 40 | 10 | 0 | 7 | 302 | 104 | 116 |
| Binary | 10100000 | 11011011 | 11101101 | 100000 | 1000 | 0 | 111 | 11000010 | 1000100 | 1001110 |
Color Harmonies of #A0DBED
Complementary color
Monochromatic Colors of #A0DBED
Black with #A0DBED
Text Example
Text Example
White with #A0DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBED; }
p { color: rgb(160,219,237); }
H1.HeaderClassName
{
color: #A0DBED;
}
.AnyTagClassName
{
color: #A0DBED;
}
</style>
background-color css
<style>
a { background-color: #A0DBED; }
a { background-color: rgb(160,219,237); }
div.DivClassName
{
background-color: #A0DBED;
}
.BgClassName
{
background-color: #A0DBED;
}
</style>
border-color css
<style>
span { border-color: #A0DBED; }
span { border-color: rgb(160,219,237); }
td.TdClassName
{
border-color: #A0DBED;
}
.TagClassName
{
border-color: #A0DBED;
}
</style>