Shades of Charlotte #A2D8EB
Tints of Charlotte #A2D8EB
RGB
CMYK
RGB Variations
Color information
#A2D8EB (or 0xA2D8EB) is known color: Charlotte. HEX triplet: A2, D8 and EB. RGB value is (162,216,235). Sum of RGB (Red+Green+Blue) = 162+216+235=613 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.43% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 235 (92.19% from 255 or 38.34% from 613); Max value from RGB is 235 - color contains mainly: blue. Hex color #A2D8EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D8EB is #5D2714. Grayscale: #C9C9C9. Windows color (decimal): -6104853 or 15456418. OLE color: 15456418.
HSL color Cylindrical-coordinate representation of color #A2D8EB: hue angle of 195.62º degrees, saturation: 0.65, 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 #A2D8EB is Cyan = 0.31, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 216 | 235 | - |
| CMYK | 0.31 | 0.08 | 0 | 0.08 |
| HSL | 195.62º | 0.65% | 0.78% | - |
| HSV(B) | 195.62º | 0.31% | 0.92% | - |
| XYZ | 54.45 | 62.79 | 87.85 | - |
| YUV | 202.02 | 146.61 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 235 | 0.31 | 0.08 | 0 | 0.08 | 195.62 | 0.65 | 0.78 |
| Hex | A2 | D8 | EB | 1F | 8 | 0 | 8 | C4 | 41 | 4E |
| Octal | 242 | 330 | 353 | 37 | 10 | 0 | 10 | 304 | 101 | 116 |
| Binary | 10100010 | 11011000 | 11101011 | 11111 | 1000 | 0 | 1000 | 11000100 | 1000001 | 1001110 |
Color Harmonies of #A2D8EB
Complementary color
Monochromatic Colors of #A2D8EB
Black with #A2D8EB
Text Example
Text Example
White with #A2D8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D8EB; }
p { color: rgb(162,216,235); }
H1.HeaderClassName
{
color: #A2D8EB;
}
.AnyTagClassName
{
color: #A2D8EB;
}
</style>
background-color css
<style>
a { background-color: #A2D8EB; }
a { background-color: rgb(162,216,235); }
div.DivClassName
{
background-color: #A2D8EB;
}
.BgClassName
{
background-color: #A2D8EB;
}
</style>
border-color css
<style>
span { border-color: #A2D8EB; }
span { border-color: rgb(162,216,235); }
td.TdClassName
{
border-color: #A2D8EB;
}
.TagClassName
{
border-color: #A2D8EB;
}
</style>