Shades of Charlotte #A7DCDE
Tints of Charlotte #A7DCDE
RGB
CMYK
RGB Variations
Color information
#A7DCDE (or 0xA7DCDE) is known color: Charlotte. HEX triplet: A7, DC and DE. RGB value is (167,220,222). Sum of RGB (Red+Green+Blue) = 167+220+222=609 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.42% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #A7DCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DCDE is #582321. Grayscale: #CCCCCC. Windows color (decimal): -5776162 or 14605479. OLE color: 14605479.
HSL color Cylindrical-coordinate representation of color #A7DCDE: hue angle of 182.18º degrees, saturation: 0.45, 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 #A7DCDE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 220 | 222 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.13 |
| HSL | 182.18º | 0.45% | 0.76% | - |
| HSV(B) | 182.18º | 0.25% | 0.87% | - |
| XYZ | 54.71 | 64.68 | 78.71 | - |
| YUV | 204.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 220 | 222 | 0.25 | 0.01 | 0 | 0.13 | 182.18 | 0.45 | 0.76 |
| Hex | A7 | DC | DE | 19 | 1 | 0 | D | B6 | 2D | 4C |
| Octal | 247 | 334 | 336 | 31 | 1 | 0 | 15 | 266 | 55 | 114 |
| Binary | 10100111 | 11011100 | 11011110 | 11001 | 1 | 0 | 1101 | 10110110 | 101101 | 1001100 |
Color Harmonies of #A7DCDE
Complementary color
Monochromatic Colors of #A7DCDE
Black with #A7DCDE
Text Example
Text Example
White with #A7DCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DCDE; }
p { color: rgb(167,220,222); }
H1.HeaderClassName
{
color: #A7DCDE;
}
.AnyTagClassName
{
color: #A7DCDE;
}
</style>
background-color css
<style>
a { background-color: #A7DCDE; }
a { background-color: rgb(167,220,222); }
div.DivClassName
{
background-color: #A7DCDE;
}
.BgClassName
{
background-color: #A7DCDE;
}
</style>
border-color css
<style>
span { border-color: #A7DCDE; }
span { border-color: rgb(167,220,222); }
td.TdClassName
{
border-color: #A7DCDE;
}
.TagClassName
{
border-color: #A7DCDE;
}
</style>