Shades of Charlotte #A3DDE5
Tints of Charlotte #A3DDE5
RGB
CMYK
RGB Variations
Color information
#A3DDE5 (or 0xA3DDE5) is known color: Charlotte. HEX triplet: A3, DD and E5. RGB value is (163,221,229). Sum of RGB (Red+Green+Blue) = 163+221+229=613 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.59% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 229 (89.84% from 255 or 37.36% from 613); Max value from RGB is 229 - color contains mainly: blue. Hex color #A3DDE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDE5 is #5C221A. Grayscale: #CCCCCC. Windows color (decimal): -6038043 or 15064483. OLE color: 15064483.
HSL color Cylindrical-coordinate representation of color #A3DDE5: hue angle of 187.27º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3DDE5 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 221 | 229 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.10 |
| HSL | 187.27º | 0.56% | 0.77% | - |
| HSV(B) | 187.27º | 0.29% | 0.9% | - |
| XYZ | 55.1 | 65.16 | 83.8 | - |
| YUV | 204.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 229 | 0.29 | 0.03 | 0 | 0.10 | 187.27 | 0.56 | 0.77 |
| Hex | A3 | DD | E5 | 1D | 3 | 0 | A | BB | 38 | 4D |
| Octal | 243 | 335 | 345 | 35 | 3 | 0 | 12 | 273 | 70 | 115 |
| Binary | 10100011 | 11011101 | 11100101 | 11101 | 11 | 0 | 1010 | 10111011 | 111000 | 1001101 |
Color Harmonies of #A3DDE5
Complementary color
Monochromatic Colors of #A3DDE5
Black with #A3DDE5
Text Example
Text Example
White with #A3DDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDE5; }
p { color: rgb(163,221,229); }
H1.HeaderClassName
{
color: #A3DDE5;
}
.AnyTagClassName
{
color: #A3DDE5;
}
</style>
background-color css
<style>
a { background-color: #A3DDE5; }
a { background-color: rgb(163,221,229); }
div.DivClassName
{
background-color: #A3DDE5;
}
.BgClassName
{
background-color: #A3DDE5;
}
</style>
border-color css
<style>
span { border-color: #A3DDE5; }
span { border-color: rgb(163,221,229); }
td.TdClassName
{
border-color: #A3DDE5;
}
.TagClassName
{
border-color: #A3DDE5;
}
</style>