Shades of Charlotte #A7DBDE
Tints of Charlotte #A7DBDE
RGB
CMYK
RGB Variations
Color information
#A7DBDE (or 0xA7DBDE) is known color: Charlotte. HEX triplet: A7, DB and DE. RGB value is (167,219,222). Sum of RGB (Red+Green+Blue) = 167+219+222=608 (80% of max value = 765). Red value is 167 (65.62% from 255 or 27.47% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #A7DBDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DBDE is #582421. Grayscale: #CBCBCB. Windows color (decimal): -5776418 or 14605223. OLE color: 14605223.
HSL color Cylindrical-coordinate representation of color #A7DBDE: hue angle of 183.27º 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 #A7DBDE is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 219 | 222 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.13 |
| HSL | 183.27º | 0.45% | 0.76% | - |
| HSV(B) | 183.27º | 0.25% | 0.87% | - |
| XYZ | 54.45 | 64.15 | 78.62 | - |
| YUV | 203.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 219 | 222 | 0.25 | 0.01 | 0 | 0.13 | 183.27 | 0.45 | 0.76 |
| Hex | A7 | DB | DE | 19 | 1 | 0 | D | B7 | 2D | 4C |
| Octal | 247 | 333 | 336 | 31 | 1 | 0 | 15 | 267 | 55 | 114 |
| Binary | 10100111 | 11011011 | 11011110 | 11001 | 1 | 0 | 1101 | 10110111 | 101101 | 1001100 |
Color Harmonies of #A7DBDE
Complementary color
Monochromatic Colors of #A7DBDE
Black with #A7DBDE
Text Example
Text Example
White with #A7DBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DBDE; }
p { color: rgb(167,219,222); }
H1.HeaderClassName
{
color: #A7DBDE;
}
.AnyTagClassName
{
color: #A7DBDE;
}
</style>
background-color css
<style>
a { background-color: #A7DBDE; }
a { background-color: rgb(167,219,222); }
div.DivClassName
{
background-color: #A7DBDE;
}
.BgClassName
{
background-color: #A7DBDE;
}
</style>
border-color css
<style>
span { border-color: #A7DBDE; }
span { border-color: rgb(167,219,222); }
td.TdClassName
{
border-color: #A7DBDE;
}
.TagClassName
{
border-color: #A7DBDE;
}
</style>