Shades of Charlotte #A1DADF
Tints of Charlotte #A1DADF
RGB
CMYK
RGB Variations
Color information
#A1DADF (or 0xA1DADF) is known color: Charlotte. HEX triplet: A1, DA and DF. RGB value is (161,218,223). Sum of RGB (Red+Green+Blue) = 161+218+223=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #A1DADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DADF is #5E2520. Grayscale: #C9C9C9. Windows color (decimal): -6169889 or 14670497. OLE color: 14670497.
HSL color Cylindrical-coordinate representation of color #A1DADF: hue angle of 184.84º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1DADF is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 218 | 223 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.13 |
| HSL | 184.84º | 0.49% | 0.75% | - |
| HSV(B) | 184.84º | 0.28% | 0.87% | - |
| XYZ | 53.09 | 63.05 | 79.18 | - |
| YUV | 201.53 | 140.12 | 99.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 223 | 0.28 | 0.02 | 0 | 0.13 | 184.84 | 0.49 | 0.75 |
| Hex | A1 | DA | DF | 1C | 2 | 0 | D | B9 | 31 | 4B |
| Octal | 241 | 332 | 337 | 34 | 2 | 0 | 15 | 271 | 61 | 113 |
| Binary | 10100001 | 11011010 | 11011111 | 11100 | 10 | 0 | 1101 | 10111001 | 110001 | 1001011 |
Color Harmonies of #A1DADF
Complementary color
Monochromatic Colors of #A1DADF
Black with #A1DADF
Text Example
Text Example
White with #A1DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DADF; }
p { color: rgb(161,218,223); }
H1.HeaderClassName
{
color: #A1DADF;
}
.AnyTagClassName
{
color: #A1DADF;
}
</style>
background-color css
<style>
a { background-color: #A1DADF; }
a { background-color: rgb(161,218,223); }
div.DivClassName
{
background-color: #A1DADF;
}
.BgClassName
{
background-color: #A1DADF;
}
</style>
border-color css
<style>
span { border-color: #A1DADF; }
span { border-color: rgb(161,218,223); }
td.TdClassName
{
border-color: #A1DADF;
}
.TagClassName
{
border-color: #A1DADF;
}
</style>