Shades of Charlotte #A0DDE3
Tints of Charlotte #A0DDE3
RGB
CMYK
RGB Variations
Color information
#A0DDE3 (or 0xA0DDE3) is known color: Charlotte. HEX triplet: A0, DD and E3. RGB value is (160,221,227). Sum of RGB (Red+Green+Blue) = 160+221+227=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 227 (89.06% from 255 or 37.34% from 608); Max value from RGB is 227 - color contains mainly: blue. Hex color #A0DDE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DDE3 is #5F221C. Grayscale: #CBCBCB. Windows color (decimal): -6234653 or 14933408. OLE color: 14933408.
HSL color Cylindrical-coordinate representation of color #A0DDE3: hue angle of 185.37º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0DDE3 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 221 | 227 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.11 |
| HSL | 185.37º | 0.54% | 0.76% | - |
| HSV(B) | 185.37º | 0.3% | 0.89% | - |
| XYZ | 54.22 | 64.73 | 82.31 | - |
| YUV | 203.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 221 | 227 | 0.30 | 0.03 | 0 | 0.11 | 185.37 | 0.54 | 0.76 |
| Hex | A0 | DD | E3 | 1E | 3 | 0 | B | B9 | 36 | 4C |
| Octal | 240 | 335 | 343 | 36 | 3 | 0 | 13 | 271 | 66 | 114 |
| Binary | 10100000 | 11011101 | 11100011 | 11110 | 11 | 0 | 1011 | 10111001 | 110110 | 1001100 |
Color Harmonies of #A0DDE3
Complementary color
Monochromatic Colors of #A0DDE3
Black with #A0DDE3
Text Example
Text Example
White with #A0DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DDE3; }
p { color: rgb(160,221,227); }
H1.HeaderClassName
{
color: #A0DDE3;
}
.AnyTagClassName
{
color: #A0DDE3;
}
</style>
background-color css
<style>
a { background-color: #A0DDE3; }
a { background-color: rgb(160,221,227); }
div.DivClassName
{
background-color: #A0DDE3;
}
.BgClassName
{
background-color: #A0DDE3;
}
</style>
border-color css
<style>
span { border-color: #A0DDE3; }
span { border-color: rgb(160,221,227); }
td.TdClassName
{
border-color: #A0DDE3;
}
.TagClassName
{
border-color: #A0DDE3;
}
</style>