Shades of Charlotte #A3D8DF
Tints of Charlotte #A3D8DF
RGB
CMYK
RGB Variations
Color information
#A3D8DF (or 0xA3D8DF) is known color: Charlotte. HEX triplet: A3, D8 and DF. RGB value is (163,216,223). Sum of RGB (Red+Green+Blue) = 163+216+223=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 223 - color contains mainly: blue. Hex color #A3D8DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8DF is #5C2720. Grayscale: #C8C8C8. Windows color (decimal): -6039329 or 14669987. OLE color: 14669987.
HSL color Cylindrical-coordinate representation of color #A3D8DF: hue angle of 187º 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 #A3D8DF is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 216 | 223 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.13 |
| HSL | 187º | 0.48% | 0.76% | - |
| HSV(B) | 187º | 0.27% | 0.87% | - |
| XYZ | 52.98 | 62.23 | 79.03 | - |
| YUV | 200.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 216 | 223 | 0.27 | 0.03 | 0 | 0.13 | 187 | 0.48 | 0.76 |
| Hex | A3 | D8 | DF | 1B | 3 | 0 | D | BB | 30 | 4C |
| Octal | 243 | 330 | 337 | 33 | 3 | 0 | 15 | 273 | 60 | 114 |
| Binary | 10100011 | 11011000 | 11011111 | 11011 | 11 | 0 | 1101 | 10111011 | 110000 | 1001100 |
Color Harmonies of #A3D8DF
Complementary color
Monochromatic Colors of #A3D8DF
Black with #A3D8DF
Text Example
Text Example
White with #A3D8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3D8DF; }
p { color: rgb(163,216,223); }
H1.HeaderClassName
{
color: #A3D8DF;
}
.AnyTagClassName
{
color: #A3D8DF;
}
</style>
background-color css
<style>
a { background-color: #A3D8DF; }
a { background-color: rgb(163,216,223); }
div.DivClassName
{
background-color: #A3D8DF;
}
.BgClassName
{
background-color: #A3D8DF;
}
</style>
border-color css
<style>
span { border-color: #A3D8DF; }
span { border-color: rgb(163,216,223); }
td.TdClassName
{
border-color: #A3D8DF;
}
.TagClassName
{
border-color: #A3D8DF;
}
</style>