Shades of Charlotte #A2DBDE
Tints of Charlotte #A2DBDE
RGB
CMYK
RGB Variations
Color information
#A2DBDE (or 0xA2DBDE) is known color: Charlotte. HEX triplet: A2, DB and DE. RGB value is (162,219,222). Sum of RGB (Red+Green+Blue) = 162+219+222=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #A2DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DBDE is #5D2421. Grayscale: #CACACA. Windows color (decimal): -6104098 or 14605218. OLE color: 14605218.
HSL color Cylindrical-coordinate representation of color #A2DBDE: hue angle of 183º degrees, saturation: 0.48, 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 #A2DBDE is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 219 | 222 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.13 |
| HSL | 183º | 0.48% | 0.75% | - |
| HSV(B) | 183º | 0.27% | 0.87% | - |
| XYZ | 53.42 | 63.62 | 78.57 | - |
| YUV | 202.3 | 139.12 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 222 | 0.27 | 0.01 | 0 | 0.13 | 183 | 0.48 | 0.75 |
| Hex | A2 | DB | DE | 1B | 1 | 0 | D | B7 | 30 | 4B |
| Octal | 242 | 333 | 336 | 33 | 1 | 0 | 15 | 267 | 60 | 113 |
| Binary | 10100010 | 11011011 | 11011110 | 11011 | 1 | 0 | 1101 | 10110111 | 110000 | 1001011 |
Color Harmonies of #A2DBDE
Complementary color
Monochromatic Colors of #A2DBDE
Black with #A2DBDE
Text Example
Text Example
White with #A2DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBDE; }
p { color: rgb(162,219,222); }
H1.HeaderClassName
{
color: #A2DBDE;
}
.AnyTagClassName
{
color: #A2DBDE;
}
</style>
background-color css
<style>
a { background-color: #A2DBDE; }
a { background-color: rgb(162,219,222); }
div.DivClassName
{
background-color: #A2DBDE;
}
.BgClassName
{
background-color: #A2DBDE;
}
</style>
border-color css
<style>
span { border-color: #A2DBDE; }
span { border-color: rgb(162,219,222); }
td.TdClassName
{
border-color: #A2DBDE;
}
.TagClassName
{
border-color: #A2DBDE;
}
</style>