Shades of Charlotte #A0E1E4
Tints of Charlotte #A0E1E4
RGB
CMYK
RGB Variations
Color information
#A0E1E4 (or 0xA0E1E4) is known color: Charlotte. HEX triplet: A0, E1 and E4. RGB value is (160,225,228). Sum of RGB (Red+Green+Blue) = 160+225+228=613 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.10% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 228 (89.45% from 255 or 37.19% from 613); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0E1E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1E4 is #5F1E1B. Grayscale: #CDCDCD. Windows color (decimal): -6233628 or 14999968. OLE color: 14999968.
HSL color Cylindrical-coordinate representation of color #A0E1E4: hue angle of 182.65º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E1E4 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 225 | 228 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.11 |
| HSL | 182.65º | 0.56% | 0.76% | - |
| HSV(B) | 182.65º | 0.3% | 0.89% | - |
| XYZ | 55.43 | 66.93 | 83.4 | - |
| YUV | 205.91 | 140.47 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 228 | 0.30 | 0.01 | 0 | 0.11 | 182.65 | 0.56 | 0.76 |
| Hex | A0 | E1 | E4 | 1E | 1 | 0 | B | B7 | 38 | 4C |
| Octal | 240 | 341 | 344 | 36 | 1 | 0 | 13 | 267 | 70 | 114 |
| Binary | 10100000 | 11100001 | 11100100 | 11110 | 1 | 0 | 1011 | 10110111 | 111000 | 1001100 |
Color Harmonies of #A0E1E4
Complementary color
Monochromatic Colors of #A0E1E4
Black with #A0E1E4
Text Example
Text Example
White with #A0E1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E1E4; }
p { color: rgb(160,225,228); }
H1.HeaderClassName
{
color: #A0E1E4;
}
.AnyTagClassName
{
color: #A0E1E4;
}
</style>
background-color css
<style>
a { background-color: #A0E1E4; }
a { background-color: rgb(160,225,228); }
div.DivClassName
{
background-color: #A0E1E4;
}
.BgClassName
{
background-color: #A0E1E4;
}
</style>
border-color css
<style>
span { border-color: #A0E1E4; }
span { border-color: rgb(160,225,228); }
td.TdClassName
{
border-color: #A0E1E4;
}
.TagClassName
{
border-color: #A0E1E4;
}
</style>