Shades of Charlotte #A0D8EB
Tints of Charlotte #A0D8EB
RGB
CMYK
RGB Variations
Color information
#A0D8EB (or 0xA0D8EB) is known color: Charlotte. HEX triplet: A0, D8 and EB. RGB value is (160,216,235). Sum of RGB (Red+Green+Blue) = 160+216+235=611 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.19% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 235 (92.19% from 255 or 38.46% from 611); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D8EB is #5F2714. Grayscale: #C9C9C9. Windows color (decimal): -6235925 or 15456416. OLE color: 15456416.
HSL color Cylindrical-coordinate representation of color #A0D8EB: hue angle of 195.2º 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 #A0D8EB is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 216 | 235 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.08 |
| HSL | 195.2º | 0.65% | 0.77% | - |
| HSV(B) | 195.2º | 0.32% | 0.92% | - |
| XYZ | 54.05 | 62.58 | 87.83 | - |
| YUV | 201.42 | 146.95 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 235 | 0.32 | 0.08 | 0 | 0.08 | 195.2 | 0.65 | 0.77 |
| Hex | A0 | D8 | EB | 20 | 8 | 0 | 8 | C3 | 41 | 4D |
| Octal | 240 | 330 | 353 | 40 | 10 | 0 | 10 | 303 | 101 | 115 |
| Binary | 10100000 | 11011000 | 11101011 | 100000 | 1000 | 0 | 1000 | 11000011 | 1000001 | 1001101 |
Color Harmonies of #A0D8EB
Complementary color
Monochromatic Colors of #A0D8EB
Black with #A0D8EB
Text Example
Text Example
White with #A0D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8EB; }
p { color: rgb(160,216,235); }
H1.HeaderClassName
{
color: #A0D8EB;
}
.AnyTagClassName
{
color: #A0D8EB;
}
</style>
background-color css
<style>
a { background-color: #A0D8EB; }
a { background-color: rgb(160,216,235); }
div.DivClassName
{
background-color: #A0D8EB;
}
.BgClassName
{
background-color: #A0D8EB;
}
</style>
border-color css
<style>
span { border-color: #A0D8EB; }
span { border-color: rgb(160,216,235); }
td.TdClassName
{
border-color: #A0D8EB;
}
.TagClassName
{
border-color: #A0D8EB;
}
</style>