Shades of Charlotte #A1DCED
Tints of Charlotte #A1DCED
RGB
CMYK
RGB Variations
Color information
#A1DCED (or 0xA1DCED) is known color: Charlotte. HEX triplet: A1, DC and ED. RGB value is (161,220,237). Sum of RGB (Red+Green+Blue) = 161+220+237=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #A1DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DCED is #5E2312. Grayscale: #CCCCCC. Windows color (decimal): -6169363 or 15588513. OLE color: 15588513.
HSL color Cylindrical-coordinate representation of color #A1DCED: hue angle of 193.42º degrees, saturation: 0.68, 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 #A1DCED is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 220 | 237 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.07 |
| HSL | 193.42º | 0.68% | 0.78% | - |
| HSV(B) | 193.42º | 0.32% | 0.93% | - |
| XYZ | 55.58 | 64.88 | 89.71 | - |
| YUV | 204.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 237 | 0.32 | 0.07 | 0 | 0.07 | 193.42 | 0.68 | 0.78 |
| Hex | A1 | DC | ED | 20 | 7 | 0 | 7 | C1 | 44 | 4E |
| Octal | 241 | 334 | 355 | 40 | 7 | 0 | 7 | 301 | 104 | 116 |
| Binary | 10100001 | 11011100 | 11101101 | 100000 | 111 | 0 | 111 | 11000001 | 1000100 | 1001110 |
Color Harmonies of #A1DCED
Complementary color
Monochromatic Colors of #A1DCED
Black with #A1DCED
Text Example
Text Example
White with #A1DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DCED; }
p { color: rgb(161,220,237); }
H1.HeaderClassName
{
color: #A1DCED;
}
.AnyTagClassName
{
color: #A1DCED;
}
</style>
background-color css
<style>
a { background-color: #A1DCED; }
a { background-color: rgb(161,220,237); }
div.DivClassName
{
background-color: #A1DCED;
}
.BgClassName
{
background-color: #A1DCED;
}
</style>
border-color css
<style>
span { border-color: #A1DCED; }
span { border-color: rgb(161,220,237); }
td.TdClassName
{
border-color: #A1DCED;
}
.TagClassName
{
border-color: #A1DCED;
}
</style>