Shades of Charlotte #A0E0E7
Tints of Charlotte #A0E0E7
RGB
CMYK
RGB Variations
Color information
#A0E0E7 (or 0xA0E0E7) is known color: Charlotte. HEX triplet: A0, E0 and E7. RGB value is (160,224,231). Sum of RGB (Red+Green+Blue) = 160+224+231=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 231 (90.62% from 255 or 37.56% from 615); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0E0E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0E0E7 is #5F1F18. Grayscale: #CDCDCD. Windows color (decimal): -6233881 or 15196320. OLE color: 15196320.
HSL color Cylindrical-coordinate representation of color #A0E0E7: hue angle of 185.92º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E0E7 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 224 | 231 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.09 |
| HSL | 185.92º | 0.6% | 0.77% | - |
| HSV(B) | 185.92º | 0.31% | 0.91% | - |
| XYZ | 55.58 | 66.55 | 85.52 | - |
| YUV | 205.66 | 142.3 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 224 | 231 | 0.31 | 0.03 | 0 | 0.09 | 185.92 | 0.6 | 0.77 |
| Hex | A0 | E0 | E7 | 1F | 3 | 0 | 9 | BA | 3C | 4D |
| Octal | 240 | 340 | 347 | 37 | 3 | 0 | 11 | 272 | 74 | 115 |
| Binary | 10100000 | 11100000 | 11100111 | 11111 | 11 | 0 | 1001 | 10111010 | 111100 | 1001101 |
Color Harmonies of #A0E0E7
Complementary color
Monochromatic Colors of #A0E0E7
Black with #A0E0E7
Text Example
Text Example
White with #A0E0E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E0E7; }
p { color: rgb(160,224,231); }
H1.HeaderClassName
{
color: #A0E0E7;
}
.AnyTagClassName
{
color: #A0E0E7;
}
</style>
background-color css
<style>
a { background-color: #A0E0E7; }
a { background-color: rgb(160,224,231); }
div.DivClassName
{
background-color: #A0E0E7;
}
.BgClassName
{
background-color: #A0E0E7;
}
</style>
border-color css
<style>
span { border-color: #A0E0E7; }
span { border-color: rgb(160,224,231); }
td.TdClassName
{
border-color: #A0E0E7;
}
.TagClassName
{
border-color: #A0E0E7;
}
</style>