Shades of Charlotte #A1DCEA
Tints of Charlotte #A1DCEA
RGB
CMYK
RGB Variations
Color information
#A1DCEA (or 0xA1DCEA) is known color: Charlotte. HEX triplet: A1, DC and EA. RGB value is (161,220,234). Sum of RGB (Red+Green+Blue) = 161+220+234=615 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.18% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCEA is #5E2315. Grayscale: #CBCBCB. Windows color (decimal): -6169366 or 15391905. OLE color: 15391905.
HSL color Cylindrical-coordinate representation of color #A1DCEA: hue angle of 191.51º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DCEA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 220 | 234 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.08 |
| HSL | 191.51º | 0.63% | 0.77% | - |
| HSV(B) | 191.51º | 0.31% | 0.92% | - |
| XYZ | 55.14 | 64.7 | 87.42 | - |
| YUV | 203.96 | 144.95 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 234 | 0.31 | 0.06 | 0 | 0.08 | 191.51 | 0.63 | 0.77 |
| Hex | A1 | DC | EA | 1F | 6 | 0 | 8 | C0 | 3F | 4D |
| Octal | 241 | 334 | 352 | 37 | 6 | 0 | 10 | 300 | 77 | 115 |
| Binary | 10100001 | 11011100 | 11101010 | 11111 | 110 | 0 | 1000 | 11000000 | 111111 | 1001101 |
Color Harmonies of #A1DCEA
Complementary color
Monochromatic Colors of #A1DCEA
Black with #A1DCEA
Text Example
Text Example
White with #A1DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCEA; }
p { color: rgb(161,220,234); }
H1.HeaderClassName
{
color: #A1DCEA;
}
.AnyTagClassName
{
color: #A1DCEA;
}
</style>
background-color css
<style>
a { background-color: #A1DCEA; }
a { background-color: rgb(161,220,234); }
div.DivClassName
{
background-color: #A1DCEA;
}
.BgClassName
{
background-color: #A1DCEA;
}
</style>
border-color css
<style>
span { border-color: #A1DCEA; }
span { border-color: rgb(161,220,234); }
td.TdClassName
{
border-color: #A1DCEA;
}
.TagClassName
{
border-color: #A1DCEA;
}
</style>