Shades of Charlotte #A1DCE0
Tints of Charlotte #A1DCE0
RGB
CMYK
RGB Variations
Color information
#A1DCE0 (or 0xA1DCE0) is known color: Charlotte. HEX triplet: A1, DC and E0. RGB value is (161,220,224). Sum of RGB (Red+Green+Blue) = 161+220+224=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #A1DCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCE0 is #5E231F. Grayscale: #CACACA. Windows color (decimal): -6169376 or 14736545. OLE color: 14736545.
HSL color Cylindrical-coordinate representation of color #A1DCE0: hue angle of 183.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DCE0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 220 | 224 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.12 |
| HSL | 183.81º | 0.5% | 0.75% | - |
| HSV(B) | 183.81º | 0.28% | 0.88% | - |
| XYZ | 53.75 | 64.15 | 80.07 | - |
| YUV | 202.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 224 | 0.28 | 0.02 | 0 | 0.12 | 183.81 | 0.5 | 0.75 |
| Hex | A1 | DC | E0 | 1C | 2 | 0 | C | B8 | 32 | 4B |
| Octal | 241 | 334 | 340 | 34 | 2 | 0 | 14 | 270 | 62 | 113 |
| Binary | 10100001 | 11011100 | 11100000 | 11100 | 10 | 0 | 1100 | 10111000 | 110010 | 1001011 |
Color Harmonies of #A1DCE0
Complementary color
Monochromatic Colors of #A1DCE0
Black with #A1DCE0
Text Example
Text Example
White with #A1DCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCE0; }
p { color: rgb(161,220,224); }
H1.HeaderClassName
{
color: #A1DCE0;
}
.AnyTagClassName
{
color: #A1DCE0;
}
</style>
background-color css
<style>
a { background-color: #A1DCE0; }
a { background-color: rgb(161,220,224); }
div.DivClassName
{
background-color: #A1DCE0;
}
.BgClassName
{
background-color: #A1DCE0;
}
</style>
border-color css
<style>
span { border-color: #A1DCE0; }
span { border-color: rgb(161,220,224); }
td.TdClassName
{
border-color: #A1DCE0;
}
.TagClassName
{
border-color: #A1DCE0;
}
</style>