Shades of Charlotte #A2DADD
Tints of Charlotte #A2DADD
RGB
CMYK
RGB Variations
Color information
#A2DADD (or 0xA2DADD) is known color: Charlotte. HEX triplet: A2, DA and DD. RGB value is (162,218,221). Sum of RGB (Red+Green+Blue) = 162+218+221=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DADD is #5D2522. Grayscale: #C9C9C9. Windows color (decimal): -6104355 or 14539426. OLE color: 14539426.
HSL color Cylindrical-coordinate representation of color #A2DADD: hue angle of 183.05º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DADD is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 218 | 221 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.13 |
| HSL | 183.05º | 0.46% | 0.75% | - |
| HSV(B) | 183.05º | 0.27% | 0.87% | - |
| XYZ | 53.02 | 63.04 | 77.78 | - |
| YUV | 201.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 218 | 221 | 0.27 | 0.01 | 0 | 0.13 | 183.05 | 0.46 | 0.75 |
| Hex | A2 | DA | DD | 1B | 1 | 0 | D | B7 | 2E | 4B |
| Octal | 242 | 332 | 335 | 33 | 1 | 0 | 15 | 267 | 56 | 113 |
| Binary | 10100010 | 11011010 | 11011101 | 11011 | 1 | 0 | 1101 | 10110111 | 101110 | 1001011 |
Color Harmonies of #A2DADD
Complementary color
Monochromatic Colors of #A2DADD
Black with #A2DADD
Text Example
Text Example
White with #A2DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DADD; }
p { color: rgb(162,218,221); }
H1.HeaderClassName
{
color: #A2DADD;
}
.AnyTagClassName
{
color: #A2DADD;
}
</style>
background-color css
<style>
a { background-color: #A2DADD; }
a { background-color: rgb(162,218,221); }
div.DivClassName
{
background-color: #A2DADD;
}
.BgClassName
{
background-color: #A2DADD;
}
</style>
border-color css
<style>
span { border-color: #A2DADD; }
span { border-color: rgb(162,218,221); }
td.TdClassName
{
border-color: #A2DADD;
}
.TagClassName
{
border-color: #A2DADD;
}
</style>