Shades of Charlotte #A2DEDF
Tints of Charlotte #A2DEDF
RGB
CMYK
RGB Variations
Color information
#A2DEDF (or 0xA2DEDF) is known color: Charlotte. HEX triplet: A2, DE and DF. RGB value is (162,222,223). Sum of RGB (Red+Green+Blue) = 162+222+223=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #A2DEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DEDF is #5D2120. Grayscale: #CCCCCC. Windows color (decimal): -6103329 or 14671522. OLE color: 14671522.
HSL color Cylindrical-coordinate representation of color #A2DEDF: hue angle of 180.98º degrees, saturation: 0.49, 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 #A2DEDF is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 222 | 223 | - |
| CMYK | 0.27 | 0.00 | 0 | 0.13 |
| HSL | 180.98º | 0.49% | 0.75% | - |
| HSV(B) | 180.98º | 0.27% | 0.87% | - |
| XYZ | 54.34 | 65.25 | 79.54 | - |
| YUV | 204.17 | 138.62 | 97.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 222 | 223 | 0.27 | 0.00 | 0 | 0.13 | 180.98 | 0.49 | 0.75 |
| Hex | A2 | DE | DF | 1B | 0 | 0 | D | B5 | 31 | 4B |
| Octal | 242 | 336 | 337 | 33 | 0 | 0 | 15 | 265 | 61 | 113 |
| Binary | 10100010 | 11011110 | 11011111 | 11011 | 0 | 0 | 1101 | 10110101 | 110001 | 1001011 |
Color Harmonies of #A2DEDF
Complementary color
Monochromatic Colors of #A2DEDF
Black with #A2DEDF
Text Example
Text Example
White with #A2DEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2DEDF; }
p { color: rgb(162,222,223); }
H1.HeaderClassName
{
color: #A2DEDF;
}
.AnyTagClassName
{
color: #A2DEDF;
}
</style>
background-color css
<style>
a { background-color: #A2DEDF; }
a { background-color: rgb(162,222,223); }
div.DivClassName
{
background-color: #A2DEDF;
}
.BgClassName
{
background-color: #A2DEDF;
}
</style>
border-color css
<style>
span { border-color: #A2DEDF; }
span { border-color: rgb(162,222,223); }
td.TdClassName
{
border-color: #A2DEDF;
}
.TagClassName
{
border-color: #A2DEDF;
}
</style>