Shades of Charlotte #A1DEE2
Tints of Charlotte #A1DEE2
RGB
CMYK
RGB Variations
Color information
#A1DEE2 (or 0xA1DEE2) is known color: Charlotte. HEX triplet: A1, DE and E2. RGB value is (161,222,226). Sum of RGB (Red+Green+Blue) = 161+222+226=609 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.44% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 226 (88.67% from 255 or 37.11% from 609); Max value from RGB is 226 - color contains mainly: blue. Hex color #A1DEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEE2 is #5E211D. Grayscale: #CCCCCC. Windows color (decimal): -6168862 or 14868129. OLE color: 14868129.
HSL color Cylindrical-coordinate representation of color #A1DEE2: hue angle of 183.69º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1DEE2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 222 | 226 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.11 |
| HSL | 183.69º | 0.53% | 0.76% | - |
| HSV(B) | 183.69º | 0.29% | 0.89% | - |
| XYZ | 54.55 | 65.31 | 81.68 | - |
| YUV | 204.22 | 140.29 | 97.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 226 | 0.29 | 0.02 | 0 | 0.11 | 183.69 | 0.53 | 0.76 |
| Hex | A1 | DE | E2 | 1D | 2 | 0 | B | B8 | 35 | 4C |
| Octal | 241 | 336 | 342 | 35 | 2 | 0 | 13 | 270 | 65 | 114 |
| Binary | 10100001 | 11011110 | 11100010 | 11101 | 10 | 0 | 1011 | 10111000 | 110101 | 1001100 |
Color Harmonies of #A1DEE2
Complementary color
Monochromatic Colors of #A1DEE2
Black with #A1DEE2
Text Example
Text Example
White with #A1DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEE2; }
p { color: rgb(161,222,226); }
H1.HeaderClassName
{
color: #A1DEE2;
}
.AnyTagClassName
{
color: #A1DEE2;
}
</style>
background-color css
<style>
a { background-color: #A1DEE2; }
a { background-color: rgb(161,222,226); }
div.DivClassName
{
background-color: #A1DEE2;
}
.BgClassName
{
background-color: #A1DEE2;
}
</style>
border-color css
<style>
span { border-color: #A1DEE2; }
span { border-color: rgb(161,222,226); }
td.TdClassName
{
border-color: #A1DEE2;
}
.TagClassName
{
border-color: #A1DEE2;
}
</style>