Shades of Charlotte #A0D9EE
Tints of Charlotte #A0D9EE
RGB
CMYK
RGB Variations
Color information
#A0D9EE (or 0xA0D9EE) is known color: Charlotte. HEX triplet: A0, D9 and EE. RGB value is (160,217,238). Sum of RGB (Red+Green+Blue) = 160+217+238=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 217 (85.16% from 255 or 35.28% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0D9EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D9EE is #5F2611. Grayscale: #CACACA. Windows color (decimal): -6235666 or 15653280. OLE color: 15653280.
HSL color Cylindrical-coordinate representation of color #A0D9EE: hue angle of 196.15º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0D9EE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 217 | 238 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.07 |
| HSL | 196.15º | 0.7% | 0.78% | - |
| HSV(B) | 196.15º | 0.33% | 0.93% | - |
| XYZ | 54.74 | 63.27 | 90.22 | - |
| YUV | 202.35 | 148.12 | 97.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 217 | 238 | 0.33 | 0.09 | 0 | 0.07 | 196.15 | 0.7 | 0.78 |
| Hex | A0 | D9 | EE | 21 | 9 | 0 | 7 | C4 | 46 | 4E |
| Octal | 240 | 331 | 356 | 41 | 11 | 0 | 7 | 304 | 106 | 116 |
| Binary | 10100000 | 11011001 | 11101110 | 100001 | 1001 | 0 | 111 | 11000100 | 1000110 | 1001110 |
Color Harmonies of #A0D9EE
Complementary color
Monochromatic Colors of #A0D9EE
Black with #A0D9EE
Text Example
Text Example
White with #A0D9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D9EE; }
p { color: rgb(160,217,238); }
H1.HeaderClassName
{
color: #A0D9EE;
}
.AnyTagClassName
{
color: #A0D9EE;
}
</style>
background-color css
<style>
a { background-color: #A0D9EE; }
a { background-color: rgb(160,217,238); }
div.DivClassName
{
background-color: #A0D9EE;
}
.BgClassName
{
background-color: #A0D9EE;
}
</style>
border-color css
<style>
span { border-color: #A0D9EE; }
span { border-color: rgb(160,217,238); }
td.TdClassName
{
border-color: #A0D9EE;
}
.TagClassName
{
border-color: #A0D9EE;
}
</style>