Shades of Charlotte #A8D9DE
Tints of Charlotte #A8D9DE
RGB
CMYK
RGB Variations
Color information
#A8D9DE (or 0xA8D9DE) is known color: Charlotte. HEX triplet: A8, D9 and DE. RGB value is (168,217,222). Sum of RGB (Red+Green+Blue) = 168+217+222=607 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.68% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 222 (87.11% from 255 or 36.57% from 607); Max value from RGB is 222 - color contains mainly: blue. Hex color #A8D9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9DE is #572621. Grayscale: #CACACA. Windows color (decimal): -5711394 or 14604712. OLE color: 14604712.
HSL color Cylindrical-coordinate representation of color #A8D9DE: hue angle of 185.56º degrees, saturation: 0.45, 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 #A8D9DE is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 217 | 222 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.13 |
| HSL | 185.56º | 0.45% | 0.76% | - |
| HSV(B) | 185.56º | 0.24% | 0.87% | - |
| XYZ | 54.15 | 63.22 | 78.46 | - |
| YUV | 202.92 | 138.77 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 222 | 0.24 | 0.02 | 0 | 0.13 | 185.56 | 0.45 | 0.76 |
| Hex | A8 | D9 | DE | 18 | 2 | 0 | D | BA | 2D | 4C |
| Octal | 250 | 331 | 336 | 30 | 2 | 0 | 15 | 272 | 55 | 114 |
| Binary | 10101000 | 11011001 | 11011110 | 11000 | 10 | 0 | 1101 | 10111010 | 101101 | 1001100 |
Color Harmonies of #A8D9DE
Complementary color
Monochromatic Colors of #A8D9DE
Black with #A8D9DE
Text Example
Text Example
White with #A8D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9DE; }
p { color: rgb(168,217,222); }
H1.HeaderClassName
{
color: #A8D9DE;
}
.AnyTagClassName
{
color: #A8D9DE;
}
</style>
background-color css
<style>
a { background-color: #A8D9DE; }
a { background-color: rgb(168,217,222); }
div.DivClassName
{
background-color: #A8D9DE;
}
.BgClassName
{
background-color: #A8D9DE;
}
</style>
border-color css
<style>
span { border-color: #A8D9DE; }
span { border-color: rgb(168,217,222); }
td.TdClassName
{
border-color: #A8D9DE;
}
.TagClassName
{
border-color: #A8D9DE;
}
</style>