Shades of Charlotte #A2D8E5
Tints of Charlotte #A2D8E5
RGB
CMYK
RGB Variations
Color information
#A2D8E5 (or 0xA2D8E5) is known color: Charlotte. HEX triplet: A2, D8 and E5. RGB value is (162,216,229). Sum of RGB (Red+Green+Blue) = 162+216+229=607 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.69% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 229 (89.84% from 255 or 37.73% from 607); Max value from RGB is 229 - color contains mainly: blue. Hex color #A2D8E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D8E5 is #5D271A. Grayscale: #C9C9C9. Windows color (decimal): -6104859 or 15063202. OLE color: 15063202.
HSL color Cylindrical-coordinate representation of color #A2D8E5: hue angle of 191.64º 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 #A2D8E5 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 216 | 229 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.10 |
| HSL | 191.64º | 0.56% | 0.77% | - |
| HSV(B) | 191.64º | 0.29% | 0.9% | - |
| XYZ | 53.6 | 62.45 | 83.36 | - |
| YUV | 201.34 | 143.61 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 216 | 229 | 0.29 | 0.06 | 0 | 0.10 | 191.64 | 0.56 | 0.77 |
| Hex | A2 | D8 | E5 | 1D | 6 | 0 | A | C0 | 38 | 4D |
| Octal | 242 | 330 | 345 | 35 | 6 | 0 | 12 | 300 | 70 | 115 |
| Binary | 10100010 | 11011000 | 11100101 | 11101 | 110 | 0 | 1010 | 11000000 | 111000 | 1001101 |
Color Harmonies of #A2D8E5
Complementary color
Monochromatic Colors of #A2D8E5
Black with #A2D8E5
Text Example
Text Example
White with #A2D8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D8E5; }
p { color: rgb(162,216,229); }
H1.HeaderClassName
{
color: #A2D8E5;
}
.AnyTagClassName
{
color: #A2D8E5;
}
</style>
background-color css
<style>
a { background-color: #A2D8E5; }
a { background-color: rgb(162,216,229); }
div.DivClassName
{
background-color: #A2D8E5;
}
.BgClassName
{
background-color: #A2D8E5;
}
</style>
border-color css
<style>
span { border-color: #A2D8E5; }
span { border-color: rgb(162,216,229); }
td.TdClassName
{
border-color: #A2D8E5;
}
.TagClassName
{
border-color: #A2D8E5;
}
</style>