Shades of Charlotte #A2DEE5
Tints of Charlotte #A2DEE5
RGB
CMYK
RGB Variations
Color information
#A2DEE5 (or 0xA2DEE5) is known color: Charlotte. HEX triplet: A2, DE and E5. RGB value is (162,222,229). Sum of RGB (Red+Green+Blue) = 162+222+229=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2DEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEE5 is #5D211A. Grayscale: #CCCCCC. Windows color (decimal): -6103323 or 15064738. OLE color: 15064738.
HSL color Cylindrical-coordinate representation of color #A2DEE5: hue angle of 186.27º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2DEE5 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 222 | 229 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.10 |
| HSL | 186.27º | 0.56% | 0.77% | - |
| HSV(B) | 186.27º | 0.29% | 0.9% | - |
| XYZ | 55.16 | 65.58 | 83.88 | - |
| YUV | 204.86 | 141.62 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 229 | 0.29 | 0.03 | 0 | 0.10 | 186.27 | 0.56 | 0.77 |
| Hex | A2 | DE | E5 | 1D | 3 | 0 | A | BA | 38 | 4D |
| Octal | 242 | 336 | 345 | 35 | 3 | 0 | 12 | 272 | 70 | 115 |
| Binary | 10100010 | 11011110 | 11100101 | 11101 | 11 | 0 | 1010 | 10111010 | 111000 | 1001101 |
Color Harmonies of #A2DEE5
Complementary color
Monochromatic Colors of #A2DEE5
Black with #A2DEE5
Text Example
Text Example
White with #A2DEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DEE5; }
p { color: rgb(162,222,229); }
H1.HeaderClassName
{
color: #A2DEE5;
}
.AnyTagClassName
{
color: #A2DEE5;
}
</style>
background-color css
<style>
a { background-color: #A2DEE5; }
a { background-color: rgb(162,222,229); }
div.DivClassName
{
background-color: #A2DEE5;
}
.BgClassName
{
background-color: #A2DEE5;
}
</style>
border-color css
<style>
span { border-color: #A2DEE5; }
span { border-color: rgb(162,222,229); }
td.TdClassName
{
border-color: #A2DEE5;
}
.TagClassName
{
border-color: #A2DEE5;
}
</style>