Shades of Charlotte #A1D9EB
Tints of Charlotte #A1D9EB
RGB
CMYK
RGB Variations
Color information
#A1D9EB (or 0xA1D9EB) is known color: Charlotte. HEX triplet: A1, D9 and EB. RGB value is (161,217,235). Sum of RGB (Red+Green+Blue) = 161+217+235=613 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.26% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #A1D9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D9EB is #5E2614. Grayscale: #CACACA. Windows color (decimal): -6170133 or 15456673. OLE color: 15456673.
HSL color Cylindrical-coordinate representation of color #A1D9EB: hue angle of 194.59º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D9EB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 217 | 235 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.08 |
| HSL | 194.59º | 0.65% | 0.78% | - |
| HSV(B) | 194.59º | 0.31% | 0.92% | - |
| XYZ | 54.51 | 63.2 | 87.92 | - |
| YUV | 202.31 | 146.45 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 235 | 0.31 | 0.08 | 0 | 0.08 | 194.59 | 0.65 | 0.78 |
| Hex | A1 | D9 | EB | 1F | 8 | 0 | 8 | C3 | 41 | 4E |
| Octal | 241 | 331 | 353 | 37 | 10 | 0 | 10 | 303 | 101 | 116 |
| Binary | 10100001 | 11011001 | 11101011 | 11111 | 1000 | 0 | 1000 | 11000011 | 1000001 | 1001110 |
Color Harmonies of #A1D9EB
Complementary color
Monochromatic Colors of #A1D9EB
Black with #A1D9EB
Text Example
Text Example
White with #A1D9EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9EB; }
p { color: rgb(161,217,235); }
H1.HeaderClassName
{
color: #A1D9EB;
}
.AnyTagClassName
{
color: #A1D9EB;
}
</style>
background-color css
<style>
a { background-color: #A1D9EB; }
a { background-color: rgb(161,217,235); }
div.DivClassName
{
background-color: #A1D9EB;
}
.BgClassName
{
background-color: #A1D9EB;
}
</style>
border-color css
<style>
span { border-color: #A1D9EB; }
span { border-color: rgb(161,217,235); }
td.TdClassName
{
border-color: #A1D9EB;
}
.TagClassName
{
border-color: #A1D9EB;
}
</style>