Shades of Charlotte #A7DBDC
Tints of Charlotte #A7DBDC
RGB
CMYK
RGB Variations
Color information
#A7DBDC (or 0xA7DBDC) is known color: Charlotte. HEX triplet: A7, DB and DC. RGB value is (167,219,220). Sum of RGB (Red+Green+Blue) = 167+219+220=606 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.56% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #A7DBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBDC is #582423. Grayscale: #CBCBCB. Windows color (decimal): -5776420 or 14474151. OLE color: 14474151.
HSL color Cylindrical-coordinate representation of color #A7DBDC: hue angle of 181.13º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A7DBDC is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 219 | 220 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.14 |
| HSL | 181.13º | 0.43% | 0.76% | - |
| HSV(B) | 181.13º | 0.24% | 0.86% | - |
| XYZ | 54.19 | 64.05 | 77.22 | - |
| YUV | 203.57 | 137.27 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 220 | 0.24 | 0.00 | 0 | 0.14 | 181.13 | 0.43 | 0.76 |
| Hex | A7 | DB | DC | 18 | 0 | 0 | E | B5 | 2B | 4C |
| Octal | 247 | 333 | 334 | 30 | 0 | 0 | 16 | 265 | 53 | 114 |
| Binary | 10100111 | 11011011 | 11011100 | 11000 | 0 | 0 | 1110 | 10110101 | 101011 | 1001100 |
Color Harmonies of #A7DBDC
Complementary color
Monochromatic Colors of #A7DBDC
Black with #A7DBDC
Text Example
Text Example
White with #A7DBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBDC; }
p { color: rgb(167,219,220); }
H1.HeaderClassName
{
color: #A7DBDC;
}
.AnyTagClassName
{
color: #A7DBDC;
}
</style>
background-color css
<style>
a { background-color: #A7DBDC; }
a { background-color: rgb(167,219,220); }
div.DivClassName
{
background-color: #A7DBDC;
}
.BgClassName
{
background-color: #A7DBDC;
}
</style>
border-color css
<style>
span { border-color: #A7DBDC; }
span { border-color: rgb(167,219,220); }
td.TdClassName
{
border-color: #A7DBDC;
}
.TagClassName
{
border-color: #A7DBDC;
}
</style>