Shades of Charlotte #A2DBEA
Tints of Charlotte #A2DBEA
RGB
CMYK
RGB Variations
Color information
#A2DBEA (or 0xA2DBEA) is known color: Charlotte. HEX triplet: A2, DB and EA. RGB value is (162,219,234). Sum of RGB (Red+Green+Blue) = 162+219+234=615 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.34% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2DBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DBEA is #5D2415. Grayscale: #CBCBCB. Windows color (decimal): -6104086 or 15391650. OLE color: 15391650.
HSL color Cylindrical-coordinate representation of color #A2DBEA: hue angle of 192.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2DBEA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 219 | 234 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.08 |
| HSL | 192.5º | 0.63% | 0.78% | - |
| HSV(B) | 192.5º | 0.31% | 0.92% | - |
| XYZ | 55.08 | 64.28 | 87.35 | - |
| YUV | 203.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 219 | 234 | 0.31 | 0.06 | 0 | 0.08 | 192.5 | 0.63 | 0.78 |
| Hex | A2 | DB | EA | 1F | 6 | 0 | 8 | C0 | 3F | 4E |
| Octal | 242 | 333 | 352 | 37 | 6 | 0 | 10 | 300 | 77 | 116 |
| Binary | 10100010 | 11011011 | 11101010 | 11111 | 110 | 0 | 1000 | 11000000 | 111111 | 1001110 |
Color Harmonies of #A2DBEA
Complementary color
Monochromatic Colors of #A2DBEA
Black with #A2DBEA
Text Example
Text Example
White with #A2DBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DBEA; }
p { color: rgb(162,219,234); }
H1.HeaderClassName
{
color: #A2DBEA;
}
.AnyTagClassName
{
color: #A2DBEA;
}
</style>
background-color css
<style>
a { background-color: #A2DBEA; }
a { background-color: rgb(162,219,234); }
div.DivClassName
{
background-color: #A2DBEA;
}
.BgClassName
{
background-color: #A2DBEA;
}
</style>
border-color css
<style>
span { border-color: #A2DBEA; }
span { border-color: rgb(162,219,234); }
td.TdClassName
{
border-color: #A2DBEA;
}
.TagClassName
{
border-color: #A2DBEA;
}
</style>