Shades of Charlotte #A1DCEC
Tints of Charlotte #A1DCEC
RGB
CMYK
RGB Variations
Color information
#A1DCEC (or 0xA1DCEC) is known color: Charlotte. HEX triplet: A1, DC and EC. RGB value is (161,220,236). Sum of RGB (Red+Green+Blue) = 161+220+236=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 236 (92.58% from 255 or 38.25% from 617); Max value from RGB is 236 - color contains mainly: blue. Hex color #A1DCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCEC is #5E2313. Grayscale: #CCCCCC. Windows color (decimal): -6169364 or 15522977. OLE color: 15522977.
HSL color Cylindrical-coordinate representation of color #A1DCEC: hue angle of 192.8º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DCEC is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 220 | 236 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.07 |
| HSL | 192.8º | 0.66% | 0.78% | - |
| HSV(B) | 192.8º | 0.32% | 0.93% | - |
| XYZ | 55.43 | 64.82 | 88.95 | - |
| YUV | 204.18 | 145.95 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 236 | 0.32 | 0.07 | 0 | 0.07 | 192.8 | 0.66 | 0.78 |
| Hex | A1 | DC | EC | 20 | 7 | 0 | 7 | C1 | 42 | 4E |
| Octal | 241 | 334 | 354 | 40 | 7 | 0 | 7 | 301 | 102 | 116 |
| Binary | 10100001 | 11011100 | 11101100 | 100000 | 111 | 0 | 111 | 11000001 | 1000010 | 1001110 |
Color Harmonies of #A1DCEC
Complementary color
Monochromatic Colors of #A1DCEC
Black with #A1DCEC
Text Example
Text Example
White with #A1DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCEC; }
p { color: rgb(161,220,236); }
H1.HeaderClassName
{
color: #A1DCEC;
}
.AnyTagClassName
{
color: #A1DCEC;
}
</style>
background-color css
<style>
a { background-color: #A1DCEC; }
a { background-color: rgb(161,220,236); }
div.DivClassName
{
background-color: #A1DCEC;
}
.BgClassName
{
background-color: #A1DCEC;
}
</style>
border-color css
<style>
span { border-color: #A1DCEC; }
span { border-color: rgb(161,220,236); }
td.TdClassName
{
border-color: #A1DCEC;
}
.TagClassName
{
border-color: #A1DCEC;
}
</style>