Shades of Charlotte #A2DCDF
Tints of Charlotte #A2DCDF
RGB
CMYK
RGB Variations
Color information
#A2DCDF (or 0xA2DCDF) is known color: Charlotte. HEX triplet: A2, DC and DF. RGB value is (162,220,223). Sum of RGB (Red+Green+Blue) = 162+220+223=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DCDF is #5D2320. Grayscale: #CACACA. Windows color (decimal): -6103841 or 14671010. OLE color: 14671010.
HSL color Cylindrical-coordinate representation of color #A2DCDF: hue angle of 182.95º degrees, saturation: 0.49, 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 #A2DCDF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 220 | 223 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.13 |
| HSL | 182.95º | 0.49% | 0.75% | - |
| HSV(B) | 182.95º | 0.27% | 0.87% | - |
| XYZ | 53.81 | 64.2 | 79.37 | - |
| YUV | 203 | 139.28 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 223 | 0.27 | 0.01 | 0 | 0.13 | 182.95 | 0.49 | 0.75 |
| Hex | A2 | DC | DF | 1B | 1 | 0 | D | B7 | 31 | 4B |
| Octal | 242 | 334 | 337 | 33 | 1 | 0 | 15 | 267 | 61 | 113 |
| Binary | 10100010 | 11011100 | 11011111 | 11011 | 1 | 0 | 1101 | 10110111 | 110001 | 1001011 |
Color Harmonies of #A2DCDF
Complementary color
Monochromatic Colors of #A2DCDF
Black with #A2DCDF
Text Example
Text Example
White with #A2DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCDF; }
p { color: rgb(162,220,223); }
H1.HeaderClassName
{
color: #A2DCDF;
}
.AnyTagClassName
{
color: #A2DCDF;
}
</style>
background-color css
<style>
a { background-color: #A2DCDF; }
a { background-color: rgb(162,220,223); }
div.DivClassName
{
background-color: #A2DCDF;
}
.BgClassName
{
background-color: #A2DCDF;
}
</style>
border-color css
<style>
span { border-color: #A2DCDF; }
span { border-color: rgb(162,220,223); }
td.TdClassName
{
border-color: #A2DCDF;
}
.TagClassName
{
border-color: #A2DCDF;
}
</style>