Shades of Charlotte #A0D8EE
Tints of Charlotte #A0D8EE
RGB
CMYK
RGB Variations
Color information
#A0D8EE (or 0xA0D8EE) is known color: Charlotte. HEX triplet: A0, D8 and EE. RGB value is (160,216,238). Sum of RGB (Red+Green+Blue) = 160+216+238=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 238 - color contains mainly: blue. Hex color #A0D8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0D8EE is #5F2711. Grayscale: #C9C9C9. Windows color (decimal): -6235922 or 15653024. OLE color: 15653024.
HSL color Cylindrical-coordinate representation of color #A0D8EE: hue angle of 196.92º 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 #A0D8EE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 216 | 238 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.07 |
| HSL | 196.92º | 0.7% | 0.78% | - |
| HSV(B) | 196.92º | 0.33% | 0.93% | - |
| XYZ | 54.49 | 62.76 | 90.13 | - |
| YUV | 201.76 | 148.45 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 238 | 0.33 | 0.09 | 0 | 0.07 | 196.92 | 0.7 | 0.78 |
| Hex | A0 | D8 | EE | 21 | 9 | 0 | 7 | C5 | 46 | 4E |
| Octal | 240 | 330 | 356 | 41 | 11 | 0 | 7 | 305 | 106 | 116 |
| Binary | 10100000 | 11011000 | 11101110 | 100001 | 1001 | 0 | 111 | 11000101 | 1000110 | 1001110 |
Color Harmonies of #A0D8EE
Complementary color
Monochromatic Colors of #A0D8EE
Black with #A0D8EE
Text Example
Text Example
White with #A0D8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8EE; }
p { color: rgb(160,216,238); }
H1.HeaderClassName
{
color: #A0D8EE;
}
.AnyTagClassName
{
color: #A0D8EE;
}
</style>
background-color css
<style>
a { background-color: #A0D8EE; }
a { background-color: rgb(160,216,238); }
div.DivClassName
{
background-color: #A0D8EE;
}
.BgClassName
{
background-color: #A0D8EE;
}
</style>
border-color css
<style>
span { border-color: #A0D8EE; }
span { border-color: rgb(160,216,238); }
td.TdClassName
{
border-color: #A0D8EE;
}
.TagClassName
{
border-color: #A0D8EE;
}
</style>