Shades of Charlotte #A1DEEA
Tints of Charlotte #A1DEEA
RGB
CMYK
RGB Variations
Color information
#A1DEEA (or 0xA1DEEA) is known color: Charlotte. HEX triplet: A1, DE and EA. RGB value is (161,222,234). Sum of RGB (Red+Green+Blue) = 161+222+234=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #A1DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1DEEA is #5E2115. Grayscale: #CDCDCD. Windows color (decimal): -6168854 or 15392417. OLE color: 15392417.
HSL color Cylindrical-coordinate representation of color #A1DEEA: hue angle of 189.86º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1DEEA is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 222 | 234 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.08 |
| HSL | 189.86º | 0.63% | 0.77% | - |
| HSV(B) | 189.86º | 0.31% | 0.92% | - |
| XYZ | 55.67 | 65.76 | 87.6 | - |
| YUV | 205.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 234 | 0.31 | 0.05 | 0 | 0.08 | 189.86 | 0.63 | 0.77 |
| Hex | A1 | DE | EA | 1F | 5 | 0 | 8 | BE | 3F | 4D |
| Octal | 241 | 336 | 352 | 37 | 5 | 0 | 10 | 276 | 77 | 115 |
| Binary | 10100001 | 11011110 | 11101010 | 11111 | 101 | 0 | 1000 | 10111110 | 111111 | 1001101 |
Color Harmonies of #A1DEEA
Complementary color
Monochromatic Colors of #A1DEEA
Black with #A1DEEA
Text Example
Text Example
White with #A1DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEEA; }
p { color: rgb(161,222,234); }
H1.HeaderClassName
{
color: #A1DEEA;
}
.AnyTagClassName
{
color: #A1DEEA;
}
</style>
background-color css
<style>
a { background-color: #A1DEEA; }
a { background-color: rgb(161,222,234); }
div.DivClassName
{
background-color: #A1DEEA;
}
.BgClassName
{
background-color: #A1DEEA;
}
</style>
border-color css
<style>
span { border-color: #A1DEEA; }
span { border-color: rgb(161,222,234); }
td.TdClassName
{
border-color: #A1DEEA;
}
.TagClassName
{
border-color: #A1DEEA;
}
</style>