Shades of Charlotte #A4DCE5
Tints of Charlotte #A4DCE5
RGB
CMYK
RGB Variations
Color information
#A4DCE5 (or 0xA4DCE5) is known color: Charlotte. HEX triplet: A4, DC and E5. RGB value is (164,220,229). Sum of RGB (Red+Green+Blue) = 164+220+229=613 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.75% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #A4DCE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCE5 is #5B231A. Grayscale: #CCCCCC. Windows color (decimal): -5972763 or 15064228. OLE color: 15064228.
HSL color Cylindrical-coordinate representation of color #A4DCE5: hue angle of 188.31º degrees, saturation: 0.56, 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 #A4DCE5 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 220 | 229 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.10 |
| HSL | 188.31º | 0.56% | 0.77% | - |
| HSV(B) | 188.31º | 0.28% | 0.9% | - |
| XYZ | 55.05 | 64.74 | 83.72 | - |
| YUV | 204.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 229 | 0.28 | 0.04 | 0 | 0.10 | 188.31 | 0.56 | 0.77 |
| Hex | A4 | DC | E5 | 1C | 4 | 0 | A | BC | 38 | 4D |
| Octal | 244 | 334 | 345 | 34 | 4 | 0 | 12 | 274 | 70 | 115 |
| Binary | 10100100 | 11011100 | 11100101 | 11100 | 100 | 0 | 1010 | 10111100 | 111000 | 1001101 |
Color Harmonies of #A4DCE5
Complementary color
Monochromatic Colors of #A4DCE5
Black with #A4DCE5
Text Example
Text Example
White with #A4DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCE5; }
p { color: rgb(164,220,229); }
H1.HeaderClassName
{
color: #A4DCE5;
}
.AnyTagClassName
{
color: #A4DCE5;
}
</style>
background-color css
<style>
a { background-color: #A4DCE5; }
a { background-color: rgb(164,220,229); }
div.DivClassName
{
background-color: #A4DCE5;
}
.BgClassName
{
background-color: #A4DCE5;
}
</style>
border-color css
<style>
span { border-color: #A4DCE5; }
span { border-color: rgb(164,220,229); }
td.TdClassName
{
border-color: #A4DCE5;
}
.TagClassName
{
border-color: #A4DCE5;
}
</style>