Shades of Charlotte #A6DCE4
Tints of Charlotte #A6DCE4
RGB
CMYK
RGB Variations
Color information
#A6DCE4 (or 0xA6DCE4) is known color: Charlotte. HEX triplet: A6, DC and E4. RGB value is (166,220,228). Sum of RGB (Red+Green+Blue) = 166+220+228=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 228 (89.45% from 255 or 37.13% from 614); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6DCE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCE4 is #59231B. Grayscale: #CCCCCC. Windows color (decimal): -5841692 or 14998694. OLE color: 14998694.
HSL color Cylindrical-coordinate representation of color #A6DCE4: hue angle of 187.74º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6DCE4 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 220 | 228 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.11 |
| HSL | 187.74º | 0.53% | 0.77% | - |
| HSV(B) | 187.74º | 0.27% | 0.89% | - |
| XYZ | 55.32 | 64.89 | 83.01 | - |
| YUV | 204.77 | 141.11 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 228 | 0.27 | 0.04 | 0 | 0.11 | 187.74 | 0.53 | 0.77 |
| Hex | A6 | DC | E4 | 1B | 4 | 0 | B | BC | 35 | 4D |
| Octal | 246 | 334 | 344 | 33 | 4 | 0 | 13 | 274 | 65 | 115 |
| Binary | 10100110 | 11011100 | 11100100 | 11011 | 100 | 0 | 1011 | 10111100 | 110101 | 1001101 |
Color Harmonies of #A6DCE4
Complementary color
Monochromatic Colors of #A6DCE4
Black with #A6DCE4
Text Example
Text Example
White with #A6DCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCE4; }
p { color: rgb(166,220,228); }
H1.HeaderClassName
{
color: #A6DCE4;
}
.AnyTagClassName
{
color: #A6DCE4;
}
</style>
background-color css
<style>
a { background-color: #A6DCE4; }
a { background-color: rgb(166,220,228); }
div.DivClassName
{
background-color: #A6DCE4;
}
.BgClassName
{
background-color: #A6DCE4;
}
</style>
border-color css
<style>
span { border-color: #A6DCE4; }
span { border-color: rgb(166,220,228); }
td.TdClassName
{
border-color: #A6DCE4;
}
.TagClassName
{
border-color: #A6DCE4;
}
</style>