Shades of Charlotte #A6DCE5
Tints of Charlotte #A6DCE5
RGB
CMYK
RGB Variations
Color information
#A6DCE5 (or 0xA6DCE5) is known color: Charlotte. HEX triplet: A6, DC and E5. RGB value is (166,220,229). Sum of RGB (Red+Green+Blue) = 166+220+229=615 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.99% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 229 (89.84% from 255 or 37.24% from 615); Max value from RGB is 229 - color contains mainly: blue. Hex color #A6DCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCE5 is #59231A. Grayscale: #CCCCCC. Windows color (decimal): -5841691 or 15064230. OLE color: 15064230.
HSL color Cylindrical-coordinate representation of color #A6DCE5: hue angle of 188.57º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6DCE5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 220 | 229 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.10 |
| HSL | 188.57º | 0.55% | 0.77% | - |
| HSV(B) | 188.57º | 0.28% | 0.9% | - |
| XYZ | 55.46 | 64.95 | 83.74 | - |
| YUV | 204.88 | 141.61 | 100.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 229 | 0.28 | 0.04 | 0 | 0.10 | 188.57 | 0.55 | 0.77 |
| Hex | A6 | DC | E5 | 1C | 4 | 0 | A | BD | 37 | 4D |
| Octal | 246 | 334 | 345 | 34 | 4 | 0 | 12 | 275 | 67 | 115 |
| Binary | 10100110 | 11011100 | 11100101 | 11100 | 100 | 0 | 1010 | 10111101 | 110111 | 1001101 |
Color Harmonies of #A6DCE5
Complementary color
Monochromatic Colors of #A6DCE5
Black with #A6DCE5
Text Example
Text Example
White with #A6DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCE5; }
p { color: rgb(166,220,229); }
H1.HeaderClassName
{
color: #A6DCE5;
}
.AnyTagClassName
{
color: #A6DCE5;
}
</style>
background-color css
<style>
a { background-color: #A6DCE5; }
a { background-color: rgb(166,220,229); }
div.DivClassName
{
background-color: #A6DCE5;
}
.BgClassName
{
background-color: #A6DCE5;
}
</style>
border-color css
<style>
span { border-color: #A6DCE5; }
span { border-color: rgb(166,220,229); }
td.TdClassName
{
border-color: #A6DCE5;
}
.TagClassName
{
border-color: #A6DCE5;
}
</style>