Shades of Charlotte #A0DAEB
Tints of Charlotte #A0DAEB
RGB
CMYK
RGB Variations
Color information
#A0DAEB (or 0xA0DAEB) is known color: Charlotte. HEX triplet: A0, DA and EB. RGB value is (160,218,235). Sum of RGB (Red+Green+Blue) = 160+218+235=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0DAEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DAEB is #5F2514. Grayscale: #CACACA. Windows color (decimal): -6235413 or 15456928. OLE color: 15456928.
HSL color Cylindrical-coordinate representation of color #A0DAEB: hue angle of 193.6º 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 #A0DAEB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 218 | 235 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.08 |
| HSL | 193.6º | 0.65% | 0.77% | - |
| HSV(B) | 193.6º | 0.32% | 0.92% | - |
| XYZ | 54.56 | 63.61 | 88 | - |
| YUV | 202.6 | 146.28 | 97.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 218 | 235 | 0.32 | 0.07 | 0 | 0.08 | 193.6 | 0.65 | 0.77 |
| Hex | A0 | DA | EB | 20 | 7 | 0 | 8 | C2 | 41 | 4D |
| Octal | 240 | 332 | 353 | 40 | 7 | 0 | 10 | 302 | 101 | 115 |
| Binary | 10100000 | 11011010 | 11101011 | 100000 | 111 | 0 | 1000 | 11000010 | 1000001 | 1001101 |
Color Harmonies of #A0DAEB
Complementary color
Monochromatic Colors of #A0DAEB
Black with #A0DAEB
Text Example
Text Example
White with #A0DAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DAEB; }
p { color: rgb(160,218,235); }
H1.HeaderClassName
{
color: #A0DAEB;
}
.AnyTagClassName
{
color: #A0DAEB;
}
</style>
background-color css
<style>
a { background-color: #A0DAEB; }
a { background-color: rgb(160,218,235); }
div.DivClassName
{
background-color: #A0DAEB;
}
.BgClassName
{
background-color: #A0DAEB;
}
</style>
border-color css
<style>
span { border-color: #A0DAEB; }
span { border-color: rgb(160,218,235); }
td.TdClassName
{
border-color: #A0DAEB;
}
.TagClassName
{
border-color: #A0DAEB;
}
</style>