Shades of Charlotte #A0DEEA
Tints of Charlotte #A0DEEA
RGB
CMYK
RGB Variations
Color information
#A0DEEA (or 0xA0DEEA) is known color: Charlotte. HEX triplet: A0, DE and EA. RGB value is (160,222,234). Sum of RGB (Red+Green+Blue) = 160+222+234=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #A0DEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0DEEA is #5F2115. Grayscale: #CCCCCC. Windows color (decimal): -6234390 or 15392416. OLE color: 15392416.
HSL color Cylindrical-coordinate representation of color #A0DEEA: hue angle of 189.73º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0DEEA is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 222 | 234 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.08 |
| HSL | 189.73º | 0.64% | 0.77% | - |
| HSV(B) | 189.73º | 0.32% | 0.92% | - |
| XYZ | 55.47 | 65.66 | 87.59 | - |
| YUV | 204.83 | 144.46 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 222 | 234 | 0.32 | 0.05 | 0 | 0.08 | 189.73 | 0.64 | 0.77 |
| Hex | A0 | DE | EA | 20 | 5 | 0 | 8 | BE | 40 | 4D |
| Octal | 240 | 336 | 352 | 40 | 5 | 0 | 10 | 276 | 100 | 115 |
| Binary | 10100000 | 11011110 | 11101010 | 100000 | 101 | 0 | 1000 | 10111110 | 1000000 | 1001101 |
Color Harmonies of #A0DEEA
Complementary color
Monochromatic Colors of #A0DEEA
Black with #A0DEEA
Text Example
Text Example
White with #A0DEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0DEEA; }
p { color: rgb(160,222,234); }
H1.HeaderClassName
{
color: #A0DEEA;
}
.AnyTagClassName
{
color: #A0DEEA;
}
</style>
background-color css
<style>
a { background-color: #A0DEEA; }
a { background-color: rgb(160,222,234); }
div.DivClassName
{
background-color: #A0DEEA;
}
.BgClassName
{
background-color: #A0DEEA;
}
</style>
border-color css
<style>
span { border-color: #A0DEEA; }
span { border-color: rgb(160,222,234); }
td.TdClassName
{
border-color: #A0DEEA;
}
.TagClassName
{
border-color: #A0DEEA;
}
</style>