Shades of Charlotte #A4DCEB
Tints of Charlotte #A4DCEB
RGB
CMYK
RGB Variations
Color information
#A4DCEB (or 0xA4DCEB) is known color: Charlotte. HEX triplet: A4, DC and EB. RGB value is (164,220,235). Sum of RGB (Red+Green+Blue) = 164+220+235=619 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.49% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #A4DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A4DCEB is #5B2314. Grayscale: #CCCCCC. Windows color (decimal): -5972757 or 15457444. OLE color: 15457444.
HSL color Cylindrical-coordinate representation of color #A4DCEB: hue angle of 192.68º degrees, saturation: 0.64, 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 #A4DCEB is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 220 | 235 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.08 |
| HSL | 192.68º | 0.64% | 0.78% | - |
| HSV(B) | 192.68º | 0.3% | 0.92% | - |
| XYZ | 55.9 | 65.08 | 88.21 | - |
| YUV | 204.97 | 144.95 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 220 | 235 | 0.30 | 0.06 | 0 | 0.08 | 192.68 | 0.64 | 0.78 |
| Hex | A4 | DC | EB | 1E | 6 | 0 | 8 | C1 | 40 | 4E |
| Octal | 244 | 334 | 353 | 36 | 6 | 0 | 10 | 301 | 100 | 116 |
| Binary | 10100100 | 11011100 | 11101011 | 11110 | 110 | 0 | 1000 | 11000001 | 1000000 | 1001110 |
Color Harmonies of #A4DCEB
Complementary color
Monochromatic Colors of #A4DCEB
Black with #A4DCEB
Text Example
Text Example
White with #A4DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DCEB; }
p { color: rgb(164,220,235); }
H1.HeaderClassName
{
color: #A4DCEB;
}
.AnyTagClassName
{
color: #A4DCEB;
}
</style>
background-color css
<style>
a { background-color: #A4DCEB; }
a { background-color: rgb(164,220,235); }
div.DivClassName
{
background-color: #A4DCEB;
}
.BgClassName
{
background-color: #A4DCEB;
}
</style>
border-color css
<style>
span { border-color: #A4DCEB; }
span { border-color: rgb(164,220,235); }
td.TdClassName
{
border-color: #A4DCEB;
}
.TagClassName
{
border-color: #A4DCEB;
}
</style>