Shades of Charlotte #A3DDDE
Tints of Charlotte #A3DDDE
RGB
CMYK
RGB Variations
Color information
#A3DDDE (or 0xA3DDDE) is known color: Charlotte. HEX triplet: A3, DD and DE. RGB value is (163,221,222). Sum of RGB (Red+Green+Blue) = 163+221+222=606 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.90% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 222 (87.11% from 255 or 36.63% from 606); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3DDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDDE is #5C2221. Grayscale: #CBCBCB. Windows color (decimal): -6038050 or 14605731. OLE color: 14605731.
HSL color Cylindrical-coordinate representation of color #A3DDDE: hue angle of 181.02º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DDDE is Cyan = 0.27, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 222 | - |
| CMYK | 0.27 | 0.00 | 0 | 0.13 |
| HSL | 181.02º | 0.47% | 0.75% | - |
| HSV(B) | 181.02º | 0.27% | 0.87% | - |
| XYZ | 54.15 | 64.77 | 78.76 | - |
| YUV | 203.77 | 138.28 | 98.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 222 | 0.27 | 0.00 | 0 | 0.13 | 181.02 | 0.47 | 0.75 |
| Hex | A3 | DD | DE | 1B | 0 | 0 | D | B5 | 2F | 4B |
| Octal | 243 | 335 | 336 | 33 | 0 | 0 | 15 | 265 | 57 | 113 |
| Binary | 10100011 | 11011101 | 11011110 | 11011 | 0 | 0 | 1101 | 10110101 | 101111 | 1001011 |
Color Harmonies of #A3DDDE
Complementary color
Monochromatic Colors of #A3DDDE
Black with #A3DDDE
Text Example
Text Example
White with #A3DDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDDE; }
p { color: rgb(163,221,222); }
H1.HeaderClassName
{
color: #A3DDDE;
}
.AnyTagClassName
{
color: #A3DDDE;
}
</style>
background-color css
<style>
a { background-color: #A3DDDE; }
a { background-color: rgb(163,221,222); }
div.DivClassName
{
background-color: #A3DDDE;
}
.BgClassName
{
background-color: #A3DDDE;
}
</style>
border-color css
<style>
span { border-color: #A3DDDE; }
span { border-color: rgb(163,221,222); }
td.TdClassName
{
border-color: #A3DDDE;
}
.TagClassName
{
border-color: #A3DDDE;
}
</style>