Shades of Charlotte #A4DCED
Tints of Charlotte #A4DCED
RGB
CMYK
RGB Variations
Color information
#A4DCED (or 0xA4DCED) is known color: Charlotte. HEX triplet: A4, DC and ED. RGB value is (164,220,237). Sum of RGB (Red+Green+Blue) = 164+220+237=621 (82% of max value = 765). Red value is 164 (64.45% from 255 or 26.41% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #A4DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCED is #5B2312. Grayscale: #CDCDCD. Windows color (decimal): -5972755 or 15588516. OLE color: 15588516.
HSL color Cylindrical-coordinate representation of color #A4DCED: hue angle of 193.97º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4DCED is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 220 | 237 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.07 |
| HSL | 193.97º | 0.67% | 0.79% | - |
| HSV(B) | 193.97º | 0.31% | 0.93% | - |
| XYZ | 56.19 | 65.19 | 89.74 | - |
| YUV | 205.19 | 145.95 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 237 | 0.31 | 0.07 | 0 | 0.07 | 193.97 | 0.67 | 0.79 |
| Hex | A4 | DC | ED | 1F | 7 | 0 | 7 | C2 | 43 | 4F |
| Octal | 244 | 334 | 355 | 37 | 7 | 0 | 7 | 302 | 103 | 117 |
| Binary | 10100100 | 11011100 | 11101101 | 11111 | 111 | 0 | 111 | 11000010 | 1000011 | 1001111 |
Color Harmonies of #A4DCED
Complementary color
Monochromatic Colors of #A4DCED
Black with #A4DCED
Text Example
Text Example
White with #A4DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCED; }
p { color: rgb(164,220,237); }
H1.HeaderClassName
{
color: #A4DCED;
}
.AnyTagClassName
{
color: #A4DCED;
}
</style>
background-color css
<style>
a { background-color: #A4DCED; }
a { background-color: rgb(164,220,237); }
div.DivClassName
{
background-color: #A4DCED;
}
.BgClassName
{
background-color: #A4DCED;
}
</style>
border-color css
<style>
span { border-color: #A4DCED; }
span { border-color: rgb(164,220,237); }
td.TdClassName
{
border-color: #A4DCED;
}
.TagClassName
{
border-color: #A4DCED;
}
</style>