Shades of Charlotte #A1E0E7
Tints of Charlotte #A1E0E7
RGB
CMYK
RGB Variations
Color information
#A1E0E7 (or 0xA1E0E7) is known color: Charlotte. HEX triplet: A1, E0 and E7. RGB value is (161,224,231). Sum of RGB (Red+Green+Blue) = 161+224+231=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 231 (90.62% from 255 or 37.5% from 616); Max value from RGB is 231 - color contains mainly: blue. Hex color #A1E0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E0E7 is #5E1F18. Grayscale: #CDCDCD. Windows color (decimal): -6168345 or 15196321. OLE color: 15196321.
HSL color Cylindrical-coordinate representation of color #A1E0E7: hue angle of 186º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E0E7 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 224 | 231 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.09 |
| HSL | 186º | 0.59% | 0.77% | - |
| HSV(B) | 186º | 0.3% | 0.91% | - |
| XYZ | 55.78 | 66.66 | 85.53 | - |
| YUV | 205.96 | 142.13 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 224 | 231 | 0.30 | 0.03 | 0 | 0.09 | 186 | 0.59 | 0.77 |
| Hex | A1 | E0 | E7 | 1E | 3 | 0 | 9 | BA | 3B | 4D |
| Octal | 241 | 340 | 347 | 36 | 3 | 0 | 11 | 272 | 73 | 115 |
| Binary | 10100001 | 11100000 | 11100111 | 11110 | 11 | 0 | 1001 | 10111010 | 111011 | 1001101 |
Color Harmonies of #A1E0E7
Complementary color
Monochromatic Colors of #A1E0E7
Black with #A1E0E7
Text Example
Text Example
White with #A1E0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E0E7; }
p { color: rgb(161,224,231); }
H1.HeaderClassName
{
color: #A1E0E7;
}
.AnyTagClassName
{
color: #A1E0E7;
}
</style>
background-color css
<style>
a { background-color: #A1E0E7; }
a { background-color: rgb(161,224,231); }
div.DivClassName
{
background-color: #A1E0E7;
}
.BgClassName
{
background-color: #A1E0E7;
}
</style>
border-color css
<style>
span { border-color: #A1E0E7; }
span { border-color: rgb(161,224,231); }
td.TdClassName
{
border-color: #A1E0E7;
}
.TagClassName
{
border-color: #A1E0E7;
}
</style>