Shades of Charlotte #A0DBEB
Tints of Charlotte #A0DBEB
RGB
CMYK
RGB Variations
Color information
#A0DBEB (or 0xA0DBEB) is known color: Charlotte. HEX triplet: A0, DB and EB. RGB value is (160,219,235). Sum of RGB (Red+Green+Blue) = 160+219+235=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 235 (92.19% from 255 or 38.27% from 614); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0DBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DBEB is #5F2414. Grayscale: #CBCBCB. Windows color (decimal): -6235157 or 15457184. OLE color: 15457184.
HSL color Cylindrical-coordinate representation of color #A0DBEB: hue angle of 192.8º 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 #A0DBEB is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 219 | 235 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.08 |
| HSL | 192.8º | 0.65% | 0.77% | - |
| HSV(B) | 192.8º | 0.32% | 0.92% | - |
| XYZ | 54.82 | 64.13 | 88.09 | - |
| YUV | 203.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 219 | 235 | 0.32 | 0.07 | 0 | 0.08 | 192.8 | 0.65 | 0.77 |
| Hex | A0 | DB | EB | 20 | 7 | 0 | 8 | C1 | 41 | 4D |
| Octal | 240 | 333 | 353 | 40 | 7 | 0 | 10 | 301 | 101 | 115 |
| Binary | 10100000 | 11011011 | 11101011 | 100000 | 111 | 0 | 1000 | 11000001 | 1000001 | 1001101 |
Color Harmonies of #A0DBEB
Complementary color
Monochromatic Colors of #A0DBEB
Black with #A0DBEB
Text Example
Text Example
White with #A0DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DBEB; }
p { color: rgb(160,219,235); }
H1.HeaderClassName
{
color: #A0DBEB;
}
.AnyTagClassName
{
color: #A0DBEB;
}
</style>
background-color css
<style>
a { background-color: #A0DBEB; }
a { background-color: rgb(160,219,235); }
div.DivClassName
{
background-color: #A0DBEB;
}
.BgClassName
{
background-color: #A0DBEB;
}
</style>
border-color css
<style>
span { border-color: #A0DBEB; }
span { border-color: rgb(160,219,235); }
td.TdClassName
{
border-color: #A0DBEB;
}
.TagClassName
{
border-color: #A0DBEB;
}
</style>