Shades of Charlotte #A2DBDD
Tints of Charlotte #A2DBDD
RGB
CMYK
RGB Variations
Color information
#A2DBDD (or 0xA2DBDD) is known color: Charlotte. HEX triplet: A2, DB and DD. RGB value is (162,219,221). Sum of RGB (Red+Green+Blue) = 162+219+221=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #A2DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBDD is #5D2422. Grayscale: #CACACA. Windows color (decimal): -6104099 or 14539682. OLE color: 14539682.
HSL color Cylindrical-coordinate representation of color #A2DBDD: hue angle of 182.03º 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 #A2DBDD is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 219 | 221 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.13 |
| HSL | 182.03º | 0.46% | 0.75% | - |
| HSV(B) | 182.03º | 0.27% | 0.87% | - |
| XYZ | 53.28 | 63.56 | 77.87 | - |
| YUV | 202.19 | 138.62 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 221 | 0.27 | 0.01 | 0 | 0.13 | 182.03 | 0.46 | 0.75 |
| Hex | A2 | DB | DD | 1B | 1 | 0 | D | B6 | 2E | 4B |
| Octal | 242 | 333 | 335 | 33 | 1 | 0 | 15 | 266 | 56 | 113 |
| Binary | 10100010 | 11011011 | 11011101 | 11011 | 1 | 0 | 1101 | 10110110 | 101110 | 1001011 |
Color Harmonies of #A2DBDD
Complementary color
Monochromatic Colors of #A2DBDD
Black with #A2DBDD
Text Example
Text Example
White with #A2DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBDD; }
p { color: rgb(162,219,221); }
H1.HeaderClassName
{
color: #A2DBDD;
}
.AnyTagClassName
{
color: #A2DBDD;
}
</style>
background-color css
<style>
a { background-color: #A2DBDD; }
a { background-color: rgb(162,219,221); }
div.DivClassName
{
background-color: #A2DBDD;
}
.BgClassName
{
background-color: #A2DBDD;
}
</style>
border-color css
<style>
span { border-color: #A2DBDD; }
span { border-color: rgb(162,219,221); }
td.TdClassName
{
border-color: #A2DBDD;
}
.TagClassName
{
border-color: #A2DBDD;
}
</style>