Shades of Charlotte #A3DDDF
Tints of Charlotte #A3DDDF
RGB
CMYK
RGB Variations
Color information
#A3DDDF (or 0xA3DDDF) is known color: Charlotte. HEX triplet: A3, DD and DF. RGB value is (163,221,223). Sum of RGB (Red+Green+Blue) = 163+221+223=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDDF is #5C2220. Grayscale: #CBCBCB. Windows color (decimal): -6038049 or 14671267. OLE color: 14671267.
HSL color Cylindrical-coordinate representation of color #A3DDDF: hue angle of 182º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DDDF is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 223 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.13 |
| HSL | 182º | 0.48% | 0.76% | - |
| HSV(B) | 182º | 0.27% | 0.87% | - |
| XYZ | 54.28 | 64.83 | 79.46 | - |
| YUV | 203.89 | 138.78 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 223 | 0.27 | 0.01 | 0 | 0.13 | 182 | 0.48 | 0.76 |
| Hex | A3 | DD | DF | 1B | 1 | 0 | D | B6 | 30 | 4C |
| Octal | 243 | 335 | 337 | 33 | 1 | 0 | 15 | 266 | 60 | 114 |
| Binary | 10100011 | 11011101 | 11011111 | 11011 | 1 | 0 | 1101 | 10110110 | 110000 | 1001100 |
Color Harmonies of #A3DDDF
Complementary color
Monochromatic Colors of #A3DDDF
Black with #A3DDDF
Text Example
Text Example
White with #A3DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDDF; }
p { color: rgb(163,221,223); }
H1.HeaderClassName
{
color: #A3DDDF;
}
.AnyTagClassName
{
color: #A3DDDF;
}
</style>
background-color css
<style>
a { background-color: #A3DDDF; }
a { background-color: rgb(163,221,223); }
div.DivClassName
{
background-color: #A3DDDF;
}
.BgClassName
{
background-color: #A3DDDF;
}
</style>
border-color css
<style>
span { border-color: #A3DDDF; }
span { border-color: rgb(163,221,223); }
td.TdClassName
{
border-color: #A3DDDF;
}
.TagClassName
{
border-color: #A3DDDF;
}
</style>