Shades of Charlotte #A4D8E1
Tints of Charlotte #A4D8E1
RGB
CMYK
RGB Variations
Color information
#A4D8E1 (or 0xA4D8E1) is known color: Charlotte. HEX triplet: A4, D8 and E1. RGB value is (164,216,225). Sum of RGB (Red+Green+Blue) = 164+216+225=605 (80% of max value = 765). Red value is 164 (64.45% from 255 or 27.11% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #A4D8E1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4D8E1 is #5B271E. Grayscale: #C9C9C9. Windows color (decimal): -5973791 or 14801060. OLE color: 14801060.
HSL color Cylindrical-coordinate representation of color #A4D8E1: hue angle of 188.85º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4D8E1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 216 | 225 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.12 |
| HSL | 188.85º | 0.5% | 0.76% | - |
| HSV(B) | 188.85º | 0.27% | 0.88% | - |
| XYZ | 53.46 | 62.44 | 80.47 | - |
| YUV | 201.48 | 141.27 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 216 | 225 | 0.27 | 0.04 | 0 | 0.12 | 188.85 | 0.5 | 0.76 |
| Hex | A4 | D8 | E1 | 1B | 4 | 0 | C | BD | 32 | 4C |
| Octal | 244 | 330 | 341 | 33 | 4 | 0 | 14 | 275 | 62 | 114 |
| Binary | 10100100 | 11011000 | 11100001 | 11011 | 100 | 0 | 1100 | 10111101 | 110010 | 1001100 |
Color Harmonies of #A4D8E1
Complementary color
Monochromatic Colors of #A4D8E1
Black with #A4D8E1
Text Example
Text Example
White with #A4D8E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D8E1; }
p { color: rgb(164,216,225); }
H1.HeaderClassName
{
color: #A4D8E1;
}
.AnyTagClassName
{
color: #A4D8E1;
}
</style>
background-color css
<style>
a { background-color: #A4D8E1; }
a { background-color: rgb(164,216,225); }
div.DivClassName
{
background-color: #A4D8E1;
}
.BgClassName
{
background-color: #A4D8E1;
}
</style>
border-color css
<style>
span { border-color: #A4D8E1; }
span { border-color: rgb(164,216,225); }
td.TdClassName
{
border-color: #A4D8E1;
}
.TagClassName
{
border-color: #A4D8E1;
}
</style>