Shades of Charlotte #A1DEE0
Tints of Charlotte #A1DEE0
RGB
CMYK
RGB Variations
Color information
#A1DEE0 (or 0xA1DEE0) is known color: Charlotte. HEX triplet: A1, DE and E0. RGB value is (161,222,224). Sum of RGB (Red+Green+Blue) = 161+222+224=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #A1DEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEE0 is #5E211F. Grayscale: #CBCBCB. Windows color (decimal): -6168864 or 14737057. OLE color: 14737057.
HSL color Cylindrical-coordinate representation of color #A1DEE0: hue angle of 181.9º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DEE0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 222 | 224 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.12 |
| HSL | 181.9º | 0.5% | 0.75% | - |
| HSV(B) | 181.9º | 0.28% | 0.88% | - |
| XYZ | 54.27 | 65.2 | 80.25 | - |
| YUV | 203.99 | 139.29 | 97.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 224 | 0.28 | 0.01 | 0 | 0.12 | 181.9 | 0.5 | 0.75 |
| Hex | A1 | DE | E0 | 1C | 1 | 0 | C | B6 | 32 | 4B |
| Octal | 241 | 336 | 340 | 34 | 1 | 0 | 14 | 266 | 62 | 113 |
| Binary | 10100001 | 11011110 | 11100000 | 11100 | 1 | 0 | 1100 | 10110110 | 110010 | 1001011 |
Color Harmonies of #A1DEE0
Complementary color
Monochromatic Colors of #A1DEE0
Black with #A1DEE0
Text Example
Text Example
White with #A1DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEE0; }
p { color: rgb(161,222,224); }
H1.HeaderClassName
{
color: #A1DEE0;
}
.AnyTagClassName
{
color: #A1DEE0;
}
</style>
background-color css
<style>
a { background-color: #A1DEE0; }
a { background-color: rgb(161,222,224); }
div.DivClassName
{
background-color: #A1DEE0;
}
.BgClassName
{
background-color: #A1DEE0;
}
</style>
border-color css
<style>
span { border-color: #A1DEE0; }
span { border-color: rgb(161,222,224); }
td.TdClassName
{
border-color: #A1DEE0;
}
.TagClassName
{
border-color: #A1DEE0;
}
</style>