Shades of Charlotte #A0DDE9
Tints of Charlotte #A0DDE9
RGB
CMYK
RGB Variations
Color information
#A0DDE9 (or 0xA0DDE9) is known color: Charlotte. HEX triplet: A0, DD and E9. RGB value is (160,221,233). Sum of RGB (Red+Green+Blue) = 160+221+233=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #A0DDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DDE9 is #5F2216. Grayscale: #CCCCCC. Windows color (decimal): -6234647 or 15326624. OLE color: 15326624.
HSL color Cylindrical-coordinate representation of color #A0DDE9: hue angle of 189.86º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0DDE9 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 221 | 233 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.09 |
| HSL | 189.86º | 0.62% | 0.77% | - |
| HSV(B) | 189.86º | 0.31% | 0.91% | - |
| XYZ | 55.06 | 65.07 | 86.75 | - |
| YUV | 204.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 233 | 0.31 | 0.05 | 0 | 0.09 | 189.86 | 0.62 | 0.77 |
| Hex | A0 | DD | E9 | 1F | 5 | 0 | 9 | BE | 3E | 4D |
| Octal | 240 | 335 | 351 | 37 | 5 | 0 | 11 | 276 | 76 | 115 |
| Binary | 10100000 | 11011101 | 11101001 | 11111 | 101 | 0 | 1001 | 10111110 | 111110 | 1001101 |
Color Harmonies of #A0DDE9
Complementary color
Monochromatic Colors of #A0DDE9
Black with #A0DDE9
Text Example
Text Example
White with #A0DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDE9; }
p { color: rgb(160,221,233); }
H1.HeaderClassName
{
color: #A0DDE9;
}
.AnyTagClassName
{
color: #A0DDE9;
}
</style>
background-color css
<style>
a { background-color: #A0DDE9; }
a { background-color: rgb(160,221,233); }
div.DivClassName
{
background-color: #A0DDE9;
}
.BgClassName
{
background-color: #A0DDE9;
}
</style>
border-color css
<style>
span { border-color: #A0DDE9; }
span { border-color: rgb(160,221,233); }
td.TdClassName
{
border-color: #A0DDE9;
}
.TagClassName
{
border-color: #A0DDE9;
}
</style>