Shades of Charlotte #A2DFE5
Tints of Charlotte #A2DFE5
RGB
CMYK
RGB Variations
Color information
#A2DFE5 (or 0xA2DFE5) is known color: Charlotte. HEX triplet: A2, DF and E5. RGB value is (162,223,229). Sum of RGB (Red+Green+Blue) = 162+223+229=614 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.38% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2DFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFE5 is #5D201A. Grayscale: #CDCDCD. Windows color (decimal): -6103067 or 15064994. OLE color: 15064994.
HSL color Cylindrical-coordinate representation of color #A2DFE5: hue angle of 185.37º 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 #A2DFE5 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 223 | 229 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.10 |
| HSL | 185.37º | 0.56% | 0.77% | - |
| HSV(B) | 185.37º | 0.29% | 0.9% | - |
| XYZ | 55.43 | 66.11 | 83.97 | - |
| YUV | 205.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 223 | 229 | 0.29 | 0.03 | 0 | 0.10 | 185.37 | 0.56 | 0.77 |
| Hex | A2 | DF | E5 | 1D | 3 | 0 | A | B9 | 38 | 4D |
| Octal | 242 | 337 | 345 | 35 | 3 | 0 | 12 | 271 | 70 | 115 |
| Binary | 10100010 | 11011111 | 11100101 | 11101 | 11 | 0 | 1010 | 10111001 | 111000 | 1001101 |
Color Harmonies of #A2DFE5
Complementary color
Monochromatic Colors of #A2DFE5
Black with #A2DFE5
Text Example
Text Example
White with #A2DFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DFE5; }
p { color: rgb(162,223,229); }
H1.HeaderClassName
{
color: #A2DFE5;
}
.AnyTagClassName
{
color: #A2DFE5;
}
</style>
background-color css
<style>
a { background-color: #A2DFE5; }
a { background-color: rgb(162,223,229); }
div.DivClassName
{
background-color: #A2DFE5;
}
.BgClassName
{
background-color: #A2DFE5;
}
</style>
border-color css
<style>
span { border-color: #A2DFE5; }
span { border-color: rgb(162,223,229); }
td.TdClassName
{
border-color: #A2DFE5;
}
.TagClassName
{
border-color: #A2DFE5;
}
</style>