Shades of Charlotte #A0D8E4
Tints of Charlotte #A0D8E4
RGB
CMYK
RGB Variations
Color information
#A0D8E4 (or 0xA0D8E4) is known color: Charlotte. HEX triplet: A0, D8 and E4. RGB value is (160,216,228). Sum of RGB (Red+Green+Blue) = 160+216+228=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #A0D8E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0D8E4 is #5F271B. Grayscale: #C8C8C8. Windows color (decimal): -6235932 or 14997664. OLE color: 14997664.
HSL color Cylindrical-coordinate representation of color #A0D8E4: hue angle of 190.59º 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 #A0D8E4 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 160 | 216 | 228 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.11 |
| HSL | 190.59º | 0.56% | 0.76% | - |
| HSV(B) | 190.59º | 0.3% | 0.89% | - |
| XYZ | 53.06 | 62.19 | 82.61 | - |
| YUV | 200.62 | 143.45 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 216 | 228 | 0.30 | 0.05 | 0 | 0.11 | 190.59 | 0.56 | 0.76 |
| Hex | A0 | D8 | E4 | 1E | 5 | 0 | B | BF | 38 | 4C |
| Octal | 240 | 330 | 344 | 36 | 5 | 0 | 13 | 277 | 70 | 114 |
| Binary | 10100000 | 11011000 | 11100100 | 11110 | 101 | 0 | 1011 | 10111111 | 111000 | 1001100 |
Color Harmonies of #A0D8E4
Complementary color
Monochromatic Colors of #A0D8E4
Black with #A0D8E4
Text Example
Text Example
White with #A0D8E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D8E4; }
p { color: rgb(160,216,228); }
H1.HeaderClassName
{
color: #A0D8E4;
}
.AnyTagClassName
{
color: #A0D8E4;
}
</style>
background-color css
<style>
a { background-color: #A0D8E4; }
a { background-color: rgb(160,216,228); }
div.DivClassName
{
background-color: #A0D8E4;
}
.BgClassName
{
background-color: #A0D8E4;
}
</style>
border-color css
<style>
span { border-color: #A0D8E4; }
span { border-color: rgb(160,216,228); }
td.TdClassName
{
border-color: #A0D8E4;
}
.TagClassName
{
border-color: #A0D8E4;
}
</style>