Shades of Charlotte #A1DCEB
Tints of Charlotte #A1DCEB
RGB
CMYK
RGB Variations
Color information
#A1DCEB (or 0xA1DCEB) is known color: Charlotte. HEX triplet: A1, DC and EB. RGB value is (161,220,235). Sum of RGB (Red+Green+Blue) = 161+220+235=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCEB is #5E2314. Grayscale: #CBCBCB. Windows color (decimal): -6169365 or 15457441. OLE color: 15457441.
HSL color Cylindrical-coordinate representation of color #A1DCEB: hue angle of 192.16º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DCEB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 220 | 235 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.08 |
| HSL | 192.16º | 0.65% | 0.78% | - |
| HSV(B) | 192.16º | 0.31% | 0.92% | - |
| XYZ | 55.29 | 64.76 | 88.18 | - |
| YUV | 204.07 | 145.45 | 97.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 235 | 0.31 | 0.06 | 0 | 0.08 | 192.16 | 0.65 | 0.78 |
| Hex | A1 | DC | EB | 1F | 6 | 0 | 8 | C0 | 41 | 4E |
| Octal | 241 | 334 | 353 | 37 | 6 | 0 | 10 | 300 | 101 | 116 |
| Binary | 10100001 | 11011100 | 11101011 | 11111 | 110 | 0 | 1000 | 11000000 | 1000001 | 1001110 |
Color Harmonies of #A1DCEB
Complementary color
Monochromatic Colors of #A1DCEB
Black with #A1DCEB
Text Example
Text Example
White with #A1DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCEB; }
p { color: rgb(161,220,235); }
H1.HeaderClassName
{
color: #A1DCEB;
}
.AnyTagClassName
{
color: #A1DCEB;
}
</style>
background-color css
<style>
a { background-color: #A1DCEB; }
a { background-color: rgb(161,220,235); }
div.DivClassName
{
background-color: #A1DCEB;
}
.BgClassName
{
background-color: #A1DCEB;
}
</style>
border-color css
<style>
span { border-color: #A1DCEB; }
span { border-color: rgb(161,220,235); }
td.TdClassName
{
border-color: #A1DCEB;
}
.TagClassName
{
border-color: #A1DCEB;
}
</style>