Shades of Charlotte #A3DCEE
Tints of Charlotte #A3DCEE
RGB
CMYK
RGB Variations
Color information
#A3DCEE (or 0xA3DCEE) is known color: Charlotte. HEX triplet: A3, DC and EE. RGB value is (163,220,238). Sum of RGB (Red+Green+Blue) = 163+220+238=621 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.25% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 238 (93.36% from 255 or 38.33% from 621); Max value from RGB is 238 - color contains mainly: blue. Hex color #A3DCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DCEE is #5C2311. Grayscale: #CCCCCC. Windows color (decimal): -6038290 or 15654051. OLE color: 15654051.
HSL color Cylindrical-coordinate representation of color #A3DCEE: hue angle of 194.4º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3DCEE is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 220 | 238 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.07 |
| HSL | 194.4º | 0.69% | 0.79% | - |
| HSV(B) | 194.4º | 0.32% | 0.93% | - |
| XYZ | 56.13 | 65.15 | 90.5 | - |
| YUV | 205.01 | 146.62 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 220 | 238 | 0.32 | 0.08 | 0 | 0.07 | 194.4 | 0.69 | 0.79 |
| Hex | A3 | DC | EE | 20 | 8 | 0 | 7 | C2 | 45 | 4F |
| Octal | 243 | 334 | 356 | 40 | 10 | 0 | 7 | 302 | 105 | 117 |
| Binary | 10100011 | 11011100 | 11101110 | 100000 | 1000 | 0 | 111 | 11000010 | 1000101 | 1001111 |
Color Harmonies of #A3DCEE
Complementary color
Monochromatic Colors of #A3DCEE
Black with #A3DCEE
Text Example
Text Example
White with #A3DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DCEE; }
p { color: rgb(163,220,238); }
H1.HeaderClassName
{
color: #A3DCEE;
}
.AnyTagClassName
{
color: #A3DCEE;
}
</style>
background-color css
<style>
a { background-color: #A3DCEE; }
a { background-color: rgb(163,220,238); }
div.DivClassName
{
background-color: #A3DCEE;
}
.BgClassName
{
background-color: #A3DCEE;
}
</style>
border-color css
<style>
span { border-color: #A3DCEE; }
span { border-color: rgb(163,220,238); }
td.TdClassName
{
border-color: #A3DCEE;
}
.TagClassName
{
border-color: #A3DCEE;
}
</style>