Shades of Charlotte #A7DBDD
Tints of Charlotte #A7DBDD
RGB
CMYK
RGB Variations
Color information
#A7DBDD (or 0xA7DBDD) is known color: Charlotte. HEX triplet: A7, DB and DD. RGB value is (167,219,221). Sum of RGB (Red+Green+Blue) = 167+219+221=607 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.51% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #A7DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBDD is #582422. Grayscale: #CBCBCB. Windows color (decimal): -5776419 or 14539687. OLE color: 14539687.
HSL color Cylindrical-coordinate representation of color #A7DBDD: hue angle of 182.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DBDD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 219 | 221 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.13 |
| HSL | 182.22º | 0.44% | 0.76% | - |
| HSV(B) | 182.22º | 0.24% | 0.87% | - |
| XYZ | 54.32 | 64.1 | 77.92 | - |
| YUV | 203.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 221 | 0.24 | 0.01 | 0 | 0.13 | 182.22 | 0.44 | 0.76 |
| Hex | A7 | DB | DD | 18 | 1 | 0 | D | B6 | 2C | 4C |
| Octal | 247 | 333 | 335 | 30 | 1 | 0 | 15 | 266 | 54 | 114 |
| Binary | 10100111 | 11011011 | 11011101 | 11000 | 1 | 0 | 1101 | 10110110 | 101100 | 1001100 |
Color Harmonies of #A7DBDD
Complementary color
Monochromatic Colors of #A7DBDD
Black with #A7DBDD
Text Example
Text Example
White with #A7DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBDD; }
p { color: rgb(167,219,221); }
H1.HeaderClassName
{
color: #A7DBDD;
}
.AnyTagClassName
{
color: #A7DBDD;
}
</style>
background-color css
<style>
a { background-color: #A7DBDD; }
a { background-color: rgb(167,219,221); }
div.DivClassName
{
background-color: #A7DBDD;
}
.BgClassName
{
background-color: #A7DBDD;
}
</style>
border-color css
<style>
span { border-color: #A7DBDD; }
span { border-color: rgb(167,219,221); }
td.TdClassName
{
border-color: #A7DBDD;
}
.TagClassName
{
border-color: #A7DBDD;
}
</style>