Shades of Charlotte #A3DBDE
Tints of Charlotte #A3DBDE
RGB
CMYK
RGB Variations
Color information
#A3DBDE (or 0xA3DBDE) is known color: Charlotte. HEX triplet: A3, DB and DE. RGB value is (163,219,222). Sum of RGB (Red+Green+Blue) = 163+219+222=604 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.99% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #A3DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DBDE is #5C2421. Grayscale: #CACACA. Windows color (decimal): -6038562 or 14605219. OLE color: 14605219.
HSL color Cylindrical-coordinate representation of color #A3DBDE: hue angle of 183.05º 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 #A3DBDE is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 219 | 222 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.13 |
| HSL | 183.05º | 0.47% | 0.75% | - |
| HSV(B) | 183.05º | 0.27% | 0.87% | - |
| XYZ | 53.62 | 63.72 | 78.58 | - |
| YUV | 202.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 219 | 222 | 0.27 | 0.01 | 0 | 0.13 | 183.05 | 0.47 | 0.75 |
| Hex | A3 | DB | DE | 1B | 1 | 0 | D | B7 | 2F | 4B |
| Octal | 243 | 333 | 336 | 33 | 1 | 0 | 15 | 267 | 57 | 113 |
| Binary | 10100011 | 11011011 | 11011110 | 11011 | 1 | 0 | 1101 | 10110111 | 101111 | 1001011 |
Color Harmonies of #A3DBDE
Complementary color
Monochromatic Colors of #A3DBDE
Black with #A3DBDE
Text Example
Text Example
White with #A3DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DBDE; }
p { color: rgb(163,219,222); }
H1.HeaderClassName
{
color: #A3DBDE;
}
.AnyTagClassName
{
color: #A3DBDE;
}
</style>
background-color css
<style>
a { background-color: #A3DBDE; }
a { background-color: rgb(163,219,222); }
div.DivClassName
{
background-color: #A3DBDE;
}
.BgClassName
{
background-color: #A3DBDE;
}
</style>
border-color css
<style>
span { border-color: #A3DBDE; }
span { border-color: rgb(163,219,222); }
td.TdClassName
{
border-color: #A3DBDE;
}
.TagClassName
{
border-color: #A3DBDE;
}
</style>