Shades of Charlotte #A3DCEB
Tints of Charlotte #A3DCEB
RGB
CMYK
RGB Variations
Color information
#A3DCEB (or 0xA3DCEB) is known color: Charlotte. HEX triplet: A3, DC and EB. RGB value is (163,220,235). Sum of RGB (Red+Green+Blue) = 163+220+235=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #A3DCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DCEB is #5C2314. Grayscale: #CCCCCC. Windows color (decimal): -6038293 or 15457443. OLE color: 15457443.
HSL color Cylindrical-coordinate representation of color #A3DCEB: hue angle of 192.5º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3DCEB is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 163 | 220 | 235 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.08 |
| HSL | 192.5º | 0.64% | 0.78% | - |
| HSV(B) | 192.5º | 0.31% | 0.92% | - |
| XYZ | 55.69 | 64.97 | 88.2 | - |
| YUV | 204.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 235 | 0.31 | 0.06 | 0 | 0.08 | 192.5 | 0.64 | 0.78 |
| Hex | A3 | DC | EB | 1F | 6 | 0 | 8 | C0 | 40 | 4E |
| Octal | 243 | 334 | 353 | 37 | 6 | 0 | 10 | 300 | 100 | 116 |
| Binary | 10100011 | 11011100 | 11101011 | 11111 | 110 | 0 | 1000 | 11000000 | 1000000 | 1001110 |
Color Harmonies of #A3DCEB
Complementary color
Monochromatic Colors of #A3DCEB
Black with #A3DCEB
Text Example
Text Example
White with #A3DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCEB; }
p { color: rgb(163,220,235); }
H1.HeaderClassName
{
color: #A3DCEB;
}
.AnyTagClassName
{
color: #A3DCEB;
}
</style>
background-color css
<style>
a { background-color: #A3DCEB; }
a { background-color: rgb(163,220,235); }
div.DivClassName
{
background-color: #A3DCEB;
}
.BgClassName
{
background-color: #A3DCEB;
}
</style>
border-color css
<style>
span { border-color: #A3DCEB; }
span { border-color: rgb(163,220,235); }
td.TdClassName
{
border-color: #A3DCEB;
}
.TagClassName
{
border-color: #A3DCEB;
}
</style>