Shades of Charlotte #A2D9EE
Tints of Charlotte #A2D9EE
RGB
CMYK
RGB Variations
Color information
#A2D9EE (or 0xA2D9EE) is known color: Charlotte. HEX triplet: A2, D9 and EE. RGB value is (162,217,238). Sum of RGB (Red+Green+Blue) = 162+217+238=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 238 - color contains mainly: blue. Hex color #A2D9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D9EE is #5D2611. Grayscale: #CACACA. Windows color (decimal): -6104594 or 15653282. OLE color: 15653282.
HSL color Cylindrical-coordinate representation of color #A2D9EE: hue angle of 196.58º degrees, saturation: 0.69, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2D9EE is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 217 | 238 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.07 |
| HSL | 196.58º | 0.69% | 0.78% | - |
| HSV(B) | 196.58º | 0.32% | 0.93% | - |
| XYZ | 55.15 | 63.48 | 90.24 | - |
| YUV | 202.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 217 | 238 | 0.32 | 0.09 | 0 | 0.07 | 196.58 | 0.69 | 0.78 |
| Hex | A2 | D9 | EE | 20 | 9 | 0 | 7 | C5 | 45 | 4E |
| Octal | 242 | 331 | 356 | 40 | 11 | 0 | 7 | 305 | 105 | 116 |
| Binary | 10100010 | 11011001 | 11101110 | 100000 | 1001 | 0 | 111 | 11000101 | 1000101 | 1001110 |
Color Harmonies of #A2D9EE
Complementary color
Monochromatic Colors of #A2D9EE
Black with #A2D9EE
Text Example
Text Example
White with #A2D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D9EE; }
p { color: rgb(162,217,238); }
H1.HeaderClassName
{
color: #A2D9EE;
}
.AnyTagClassName
{
color: #A2D9EE;
}
</style>
background-color css
<style>
a { background-color: #A2D9EE; }
a { background-color: rgb(162,217,238); }
div.DivClassName
{
background-color: #A2D9EE;
}
.BgClassName
{
background-color: #A2D9EE;
}
</style>
border-color css
<style>
span { border-color: #A2D9EE; }
span { border-color: rgb(162,217,238); }
td.TdClassName
{
border-color: #A2D9EE;
}
.TagClassName
{
border-color: #A2D9EE;
}
</style>