Shades of Charlotte #A0DCEB
Tints of Charlotte #A0DCEB
RGB
CMYK
RGB Variations
Color information
#A0DCEB (or 0xA0DCEB) is known color: Charlotte. HEX triplet: A0, DC and EB. RGB value is (160,220,235). Sum of RGB (Red+Green+Blue) = 160+220+235=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DCEB is #5F2314. Grayscale: #CBCBCB. Windows color (decimal): -6234901 or 15457440. OLE color: 15457440.
HSL color Cylindrical-coordinate representation of color #A0DCEB: hue angle of 192º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DCEB is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 220 | 235 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.08 |
| HSL | 192º | 0.65% | 0.77% | - |
| HSV(B) | 192º | 0.32% | 0.92% | - |
| XYZ | 55.09 | 64.66 | 88.17 | - |
| YUV | 203.77 | 145.62 | 96.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 220 | 235 | 0.32 | 0.06 | 0 | 0.08 | 192 | 0.65 | 0.77 |
| Hex | A0 | DC | EB | 20 | 6 | 0 | 8 | C0 | 41 | 4D |
| Octal | 240 | 334 | 353 | 40 | 6 | 0 | 10 | 300 | 101 | 115 |
| Binary | 10100000 | 11011100 | 11101011 | 100000 | 110 | 0 | 1000 | 11000000 | 1000001 | 1001101 |
Color Harmonies of #A0DCEB
Complementary color
Monochromatic Colors of #A0DCEB
Black with #A0DCEB
Text Example
Text Example
White with #A0DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DCEB; }
p { color: rgb(160,220,235); }
H1.HeaderClassName
{
color: #A0DCEB;
}
.AnyTagClassName
{
color: #A0DCEB;
}
</style>
background-color css
<style>
a { background-color: #A0DCEB; }
a { background-color: rgb(160,220,235); }
div.DivClassName
{
background-color: #A0DCEB;
}
.BgClassName
{
background-color: #A0DCEB;
}
</style>
border-color css
<style>
span { border-color: #A0DCEB; }
span { border-color: rgb(160,220,235); }
td.TdClassName
{
border-color: #A0DCEB;
}
.TagClassName
{
border-color: #A0DCEB;
}
</style>