Shades of Charlotte #A2DBDF
Tints of Charlotte #A2DBDF
RGB
CMYK
RGB Variations
Color information
#A2DBDF (or 0xA2DBDF) is known color: Charlotte. HEX triplet: A2, DB and DF. RGB value is (162,219,223). Sum of RGB (Red+Green+Blue) = 162+219+223=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBDF is #5D2420. Grayscale: #CACACA. Windows color (decimal): -6104097 or 14670754. OLE color: 14670754.
HSL color Cylindrical-coordinate representation of color #A2DBDF: hue angle of 183.93º 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 #A2DBDF is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 219 | 223 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.13 |
| HSL | 183.93º | 0.49% | 0.75% | - |
| HSV(B) | 183.93º | 0.27% | 0.87% | - |
| XYZ | 53.55 | 63.67 | 79.28 | - |
| YUV | 202.41 | 139.62 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 223 | 0.27 | 0.02 | 0 | 0.13 | 183.93 | 0.49 | 0.75 |
| Hex | A2 | DB | DF | 1B | 2 | 0 | D | B8 | 31 | 4B |
| Octal | 242 | 333 | 337 | 33 | 2 | 0 | 15 | 270 | 61 | 113 |
| Binary | 10100010 | 11011011 | 11011111 | 11011 | 10 | 0 | 1101 | 10111000 | 110001 | 1001011 |
Color Harmonies of #A2DBDF
Complementary color
Monochromatic Colors of #A2DBDF
Black with #A2DBDF
Text Example
Text Example
White with #A2DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBDF; }
p { color: rgb(162,219,223); }
H1.HeaderClassName
{
color: #A2DBDF;
}
.AnyTagClassName
{
color: #A2DBDF;
}
</style>
background-color css
<style>
a { background-color: #A2DBDF; }
a { background-color: rgb(162,219,223); }
div.DivClassName
{
background-color: #A2DBDF;
}
.BgClassName
{
background-color: #A2DBDF;
}
</style>
border-color css
<style>
span { border-color: #A2DBDF; }
span { border-color: rgb(162,219,223); }
td.TdClassName
{
border-color: #A2DBDF;
}
.TagClassName
{
border-color: #A2DBDF;
}
</style>