Shades of Charlotte #A3DCED
Tints of Charlotte #A3DCED
RGB
CMYK
RGB Variations
Color information
#A3DCED (or 0xA3DCED) is known color: Charlotte. HEX triplet: A3, DC and ED. RGB value is (163,220,237). Sum of RGB (Red+Green+Blue) = 163+220+237=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 237 (92.97% from 255 or 38.23% from 620); Max value from RGB is 237 - color contains mainly: blue. Hex color #A3DCED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DCED is #5C2312. Grayscale: #CCCCCC. Windows color (decimal): -6038291 or 15588515. OLE color: 15588515.
HSL color Cylindrical-coordinate representation of color #A3DCED: hue angle of 193.78º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3DCED is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 220 | 237 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.07 |
| HSL | 193.78º | 0.67% | 0.78% | - |
| HSV(B) | 193.78º | 0.31% | 0.93% | - |
| XYZ | 55.98 | 65.09 | 89.73 | - |
| YUV | 204.9 | 146.12 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 237 | 0.31 | 0.07 | 0 | 0.07 | 193.78 | 0.67 | 0.78 |
| Hex | A3 | DC | ED | 1F | 7 | 0 | 7 | C2 | 43 | 4E |
| Octal | 243 | 334 | 355 | 37 | 7 | 0 | 7 | 302 | 103 | 116 |
| Binary | 10100011 | 11011100 | 11101101 | 11111 | 111 | 0 | 111 | 11000010 | 1000011 | 1001110 |
Color Harmonies of #A3DCED
Complementary color
Monochromatic Colors of #A3DCED
Black with #A3DCED
Text Example
Text Example
White with #A3DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCED; }
p { color: rgb(163,220,237); }
H1.HeaderClassName
{
color: #A3DCED;
}
.AnyTagClassName
{
color: #A3DCED;
}
</style>
background-color css
<style>
a { background-color: #A3DCED; }
a { background-color: rgb(163,220,237); }
div.DivClassName
{
background-color: #A3DCED;
}
.BgClassName
{
background-color: #A3DCED;
}
</style>
border-color css
<style>
span { border-color: #A3DCED; }
span { border-color: rgb(163,220,237); }
td.TdClassName
{
border-color: #A3DCED;
}
.TagClassName
{
border-color: #A3DCED;
}
</style>