Shades of Charlotte #A7DEE0
Tints of Charlotte #A7DEE0
RGB
CMYK
RGB Variations
Color information
#A7DEE0 (or 0xA7DEE0) is known color: Charlotte. HEX triplet: A7, DE and E0. RGB value is (167,222,224). Sum of RGB (Red+Green+Blue) = 167+222+224=613 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.24% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 224 (87.89% from 255 or 36.54% from 613); Max value from RGB is 224 - color contains mainly: blue. Hex color #A7DEE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DEE0 is #58211F. Grayscale: #CDCDCD. Windows color (decimal): -5775648 or 14737063. OLE color: 14737063.
HSL color Cylindrical-coordinate representation of color #A7DEE0: hue angle of 182.11º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7DEE0 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 222 | 224 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.12 |
| HSL | 182.11º | 0.48% | 0.77% | - |
| HSV(B) | 182.11º | 0.25% | 0.88% | - |
| XYZ | 55.51 | 65.84 | 80.3 | - |
| YUV | 205.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 222 | 224 | 0.25 | 0.01 | 0 | 0.12 | 182.11 | 0.48 | 0.77 |
| Hex | A7 | DE | E0 | 19 | 1 | 0 | C | B6 | 30 | 4D |
| Octal | 247 | 336 | 340 | 31 | 1 | 0 | 14 | 266 | 60 | 115 |
| Binary | 10100111 | 11011110 | 11100000 | 11001 | 1 | 0 | 1100 | 10110110 | 110000 | 1001101 |
Color Harmonies of #A7DEE0
Complementary color
Monochromatic Colors of #A7DEE0
Black with #A7DEE0
Text Example
Text Example
White with #A7DEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7DEE0; }
p { color: rgb(167,222,224); }
H1.HeaderClassName
{
color: #A7DEE0;
}
.AnyTagClassName
{
color: #A7DEE0;
}
</style>
background-color css
<style>
a { background-color: #A7DEE0; }
a { background-color: rgb(167,222,224); }
div.DivClassName
{
background-color: #A7DEE0;
}
.BgClassName
{
background-color: #A7DEE0;
}
</style>
border-color css
<style>
span { border-color: #A7DEE0; }
span { border-color: rgb(167,222,224); }
td.TdClassName
{
border-color: #A7DEE0;
}
.TagClassName
{
border-color: #A7DEE0;
}
</style>