Shades of Charlotte #A1D9E4
Tints of Charlotte #A1D9E4
RGB
CMYK
RGB Variations
Color information
#A1D9E4 (or 0xA1D9E4) is known color: Charlotte. HEX triplet: A1, D9 and E4. RGB value is (161,217,228). Sum of RGB (Red+Green+Blue) = 161+217+228=606 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.57% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 228 - color contains mainly: blue. Hex color #A1D9E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D9E4 is #5E261B. Grayscale: #C9C9C9. Windows color (decimal): -6170140 or 14997921. OLE color: 14997921.
HSL color Cylindrical-coordinate representation of color #A1D9E4: hue angle of 189.85º degrees, saturation: 0.55, 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 #A1D9E4 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 217 | 228 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.11 |
| HSL | 189.85º | 0.55% | 0.76% | - |
| HSV(B) | 189.85º | 0.29% | 0.89% | - |
| XYZ | 53.51 | 62.8 | 82.7 | - |
| YUV | 201.51 | 142.95 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 228 | 0.29 | 0.05 | 0 | 0.11 | 189.85 | 0.55 | 0.76 |
| Hex | A1 | D9 | E4 | 1D | 5 | 0 | B | BE | 37 | 4C |
| Octal | 241 | 331 | 344 | 35 | 5 | 0 | 13 | 276 | 67 | 114 |
| Binary | 10100001 | 11011001 | 11100100 | 11101 | 101 | 0 | 1011 | 10111110 | 110111 | 1001100 |
Color Harmonies of #A1D9E4
Complementary color
Monochromatic Colors of #A1D9E4
Black with #A1D9E4
Text Example
Text Example
White with #A1D9E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D9E4; }
p { color: rgb(161,217,228); }
H1.HeaderClassName
{
color: #A1D9E4;
}
.AnyTagClassName
{
color: #A1D9E4;
}
</style>
background-color css
<style>
a { background-color: #A1D9E4; }
a { background-color: rgb(161,217,228); }
div.DivClassName
{
background-color: #A1D9E4;
}
.BgClassName
{
background-color: #A1D9E4;
}
</style>
border-color css
<style>
span { border-color: #A1D9E4; }
span { border-color: rgb(161,217,228); }
td.TdClassName
{
border-color: #A1D9E4;
}
.TagClassName
{
border-color: #A1D9E4;
}
</style>