Shades of Charlotte #A4DCEA
Tints of Charlotte #A4DCEA
RGB
CMYK
RGB Variations
Color information
#A4DCEA (or 0xA4DCEA) is known color: Charlotte. HEX triplet: A4, DC and EA. RGB value is (164,220,234). Sum of RGB (Red+Green+Blue) = 164+220+234=618 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.54% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #A4DCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCEA is #5B2315. Grayscale: #CCCCCC. Windows color (decimal): -5972758 or 15391908. OLE color: 15391908.
HSL color Cylindrical-coordinate representation of color #A4DCEA: hue angle of 192º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A4DCEA is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 220 | 234 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.08 |
| HSL | 192º | 0.63% | 0.78% | - |
| HSV(B) | 192º | 0.3% | 0.92% | - |
| XYZ | 55.75 | 65.02 | 87.45 | - |
| YUV | 204.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 234 | 0.30 | 0.06 | 0 | 0.08 | 192 | 0.63 | 0.78 |
| Hex | A4 | DC | EA | 1E | 6 | 0 | 8 | C0 | 3E | 4E |
| Octal | 244 | 334 | 352 | 36 | 6 | 0 | 10 | 300 | 76 | 116 |
| Binary | 10100100 | 11011100 | 11101010 | 11110 | 110 | 0 | 1000 | 11000000 | 111110 | 1001110 |
Color Harmonies of #A4DCEA
Complementary color
Monochromatic Colors of #A4DCEA
Black with #A4DCEA
Text Example
Text Example
White with #A4DCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCEA; }
p { color: rgb(164,220,234); }
H1.HeaderClassName
{
color: #A4DCEA;
}
.AnyTagClassName
{
color: #A4DCEA;
}
</style>
background-color css
<style>
a { background-color: #A4DCEA; }
a { background-color: rgb(164,220,234); }
div.DivClassName
{
background-color: #A4DCEA;
}
.BgClassName
{
background-color: #A4DCEA;
}
</style>
border-color css
<style>
span { border-color: #A4DCEA; }
span { border-color: rgb(164,220,234); }
td.TdClassName
{
border-color: #A4DCEA;
}
.TagClassName
{
border-color: #A4DCEA;
}
</style>