Shades of Charlotte #A2DCEA
Tints of Charlotte #A2DCEA
RGB
CMYK
RGB Variations
Color information
#A2DCEA (or 0xA2DCEA) is known color: Charlotte. HEX triplet: A2, DC and EA. RGB value is (162,220,234). Sum of RGB (Red+Green+Blue) = 162+220+234=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #A2DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DCEA is #5D2315. Grayscale: #CCCCCC. Windows color (decimal): -6103830 or 15391906. OLE color: 15391906.
HSL color Cylindrical-coordinate representation of color #A2DCEA: hue angle of 191.67º 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 #A2DCEA is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 220 | 234 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.08 |
| HSL | 191.67º | 0.63% | 0.78% | - |
| HSV(B) | 191.67º | 0.31% | 0.92% | - |
| XYZ | 55.34 | 64.81 | 87.43 | - |
| YUV | 204.25 | 144.78 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 220 | 234 | 0.31 | 0.06 | 0 | 0.08 | 191.67 | 0.63 | 0.78 |
| Hex | A2 | DC | EA | 1F | 6 | 0 | 8 | C0 | 3F | 4E |
| Octal | 242 | 334 | 352 | 37 | 6 | 0 | 10 | 300 | 77 | 116 |
| Binary | 10100010 | 11011100 | 11101010 | 11111 | 110 | 0 | 1000 | 11000000 | 111111 | 1001110 |
Color Harmonies of #A2DCEA
Complementary color
Monochromatic Colors of #A2DCEA
Black with #A2DCEA
Text Example
Text Example
White with #A2DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DCEA; }
p { color: rgb(162,220,234); }
H1.HeaderClassName
{
color: #A2DCEA;
}
.AnyTagClassName
{
color: #A2DCEA;
}
</style>
background-color css
<style>
a { background-color: #A2DCEA; }
a { background-color: rgb(162,220,234); }
div.DivClassName
{
background-color: #A2DCEA;
}
.BgClassName
{
background-color: #A2DCEA;
}
</style>
border-color css
<style>
span { border-color: #A2DCEA; }
span { border-color: rgb(162,220,234); }
td.TdClassName
{
border-color: #A2DCEA;
}
.TagClassName
{
border-color: #A2DCEA;
}
</style>