Shades of Charlotte #A7DCDF
Tints of Charlotte #A7DCDF
RGB
CMYK
RGB Variations
Color information
#A7DCDF (or 0xA7DCDF) is known color: Charlotte. HEX triplet: A7, DC and DF. RGB value is (167,220,223). Sum of RGB (Red+Green+Blue) = 167+220+223=610 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.38% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #A7DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCDF is #582320. Grayscale: #CCCCCC. Windows color (decimal): -5776161 or 14671015. OLE color: 14671015.
HSL color Cylindrical-coordinate representation of color #A7DCDF: hue angle of 183.21º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DCDF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 220 | 223 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.13 |
| HSL | 183.21º | 0.47% | 0.76% | - |
| HSV(B) | 183.21º | 0.25% | 0.87% | - |
| XYZ | 54.85 | 64.73 | 79.42 | - |
| YUV | 204.5 | 138.44 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 223 | 0.25 | 0.01 | 0 | 0.13 | 183.21 | 0.47 | 0.76 |
| Hex | A7 | DC | DF | 19 | 1 | 0 | D | B7 | 2F | 4C |
| Octal | 247 | 334 | 337 | 31 | 1 | 0 | 15 | 267 | 57 | 114 |
| Binary | 10100111 | 11011100 | 11011111 | 11001 | 1 | 0 | 1101 | 10110111 | 101111 | 1001100 |
Color Harmonies of #A7DCDF
Complementary color
Monochromatic Colors of #A7DCDF
Black with #A7DCDF
Text Example
Text Example
White with #A7DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DCDF; }
p { color: rgb(167,220,223); }
H1.HeaderClassName
{
color: #A7DCDF;
}
.AnyTagClassName
{
color: #A7DCDF;
}
</style>
background-color css
<style>
a { background-color: #A7DCDF; }
a { background-color: rgb(167,220,223); }
div.DivClassName
{
background-color: #A7DCDF;
}
.BgClassName
{
background-color: #A7DCDF;
}
</style>
border-color css
<style>
span { border-color: #A7DCDF; }
span { border-color: rgb(167,220,223); }
td.TdClassName
{
border-color: #A7DCDF;
}
.TagClassName
{
border-color: #A7DCDF;
}
</style>