Shades of Charlotte #A1D9E9
Tints of Charlotte #A1D9E9
RGB
CMYK
RGB Variations
Color information
#A1D9E9 (or 0xA1D9E9) is known color: Charlotte. HEX triplet: A1, D9 and E9. RGB value is (161,217,233). Sum of RGB (Red+Green+Blue) = 161+217+233=611 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.35% from 611); Green value is 217 (85.16% from 255 or 35.52% from 611); Blue value is 233 (91.41% from 255 or 38.13% from 611); Max value from RGB is 233 - color contains mainly: blue. Hex color #A1D9E9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D9E9 is #5E2616. Grayscale: #C9C9C9. Windows color (decimal): -6170135 or 15325601. OLE color: 15325601.
HSL color Cylindrical-coordinate representation of color #A1D9E9: hue angle of 193.33º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D9E9 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 217 | 233 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.09 |
| HSL | 193.33º | 0.62% | 0.77% | - |
| HSV(B) | 193.33º | 0.31% | 0.91% | - |
| XYZ | 54.22 | 63.09 | 86.41 | - |
| YUV | 202.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 233 | 0.31 | 0.07 | 0 | 0.09 | 193.33 | 0.62 | 0.77 |
| Hex | A1 | D9 | E9 | 1F | 7 | 0 | 9 | C1 | 3E | 4D |
| Octal | 241 | 331 | 351 | 37 | 7 | 0 | 11 | 301 | 76 | 115 |
| Binary | 10100001 | 11011001 | 11101001 | 11111 | 111 | 0 | 1001 | 11000001 | 111110 | 1001101 |
Color Harmonies of #A1D9E9
Complementary color
Monochromatic Colors of #A1D9E9
Black with #A1D9E9
Text Example
Text Example
White with #A1D9E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9E9; }
p { color: rgb(161,217,233); }
H1.HeaderClassName
{
color: #A1D9E9;
}
.AnyTagClassName
{
color: #A1D9E9;
}
</style>
background-color css
<style>
a { background-color: #A1D9E9; }
a { background-color: rgb(161,217,233); }
div.DivClassName
{
background-color: #A1D9E9;
}
.BgClassName
{
background-color: #A1D9E9;
}
</style>
border-color css
<style>
span { border-color: #A1D9E9; }
span { border-color: rgb(161,217,233); }
td.TdClassName
{
border-color: #A1D9E9;
}
.TagClassName
{
border-color: #A1D9E9;
}
</style>