Shades of Charlotte #A1DCE3
Tints of Charlotte #A1DCE3
RGB
CMYK
RGB Variations
Color information
#A1DCE3 (or 0xA1DCE3) is known color: Charlotte. HEX triplet: A1, DC and E3. RGB value is (161,220,227). Sum of RGB (Red+Green+Blue) = 161+220+227=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 220 (86.33% from 255 or 36.18% 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 #A1DCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DCE3 is #5E231C. Grayscale: #CBCBCB. Windows color (decimal): -6169373 or 14933153. OLE color: 14933153.
HSL color Cylindrical-coordinate representation of color #A1DCE3: hue angle of 186.36º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1DCE3 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 220 | 227 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.11 |
| HSL | 186.36º | 0.54% | 0.76% | - |
| HSV(B) | 186.36º | 0.29% | 0.89% | - |
| XYZ | 54.16 | 64.31 | 82.23 | - |
| YUV | 203.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 227 | 0.29 | 0.03 | 0 | 0.11 | 186.36 | 0.54 | 0.76 |
| Hex | A1 | DC | E3 | 1D | 3 | 0 | B | BA | 36 | 4C |
| Octal | 241 | 334 | 343 | 35 | 3 | 0 | 13 | 272 | 66 | 114 |
| Binary | 10100001 | 11011100 | 11100011 | 11101 | 11 | 0 | 1011 | 10111010 | 110110 | 1001100 |
Color Harmonies of #A1DCE3
Complementary color
Monochromatic Colors of #A1DCE3
Black with #A1DCE3
Text Example
Text Example
White with #A1DCE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCE3; }
p { color: rgb(161,220,227); }
H1.HeaderClassName
{
color: #A1DCE3;
}
.AnyTagClassName
{
color: #A1DCE3;
}
</style>
background-color css
<style>
a { background-color: #A1DCE3; }
a { background-color: rgb(161,220,227); }
div.DivClassName
{
background-color: #A1DCE3;
}
.BgClassName
{
background-color: #A1DCE3;
}
</style>
border-color css
<style>
span { border-color: #A1DCE3; }
span { border-color: rgb(161,220,227); }
td.TdClassName
{
border-color: #A1DCE3;
}
.TagClassName
{
border-color: #A1DCE3;
}
</style>