Shades of Charlotte #A6DADD
Tints of Charlotte #A6DADD
RGB
CMYK
RGB Variations
Color information
#A6DADD (or 0xA6DADD) is known color: Charlotte. HEX triplet: A6, DA and DD. RGB value is (166,218,221). Sum of RGB (Red+Green+Blue) = 166+218+221=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6DADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DADD is #592522. Grayscale: #CACACA. Windows color (decimal): -5842211 or 14539430. OLE color: 14539430.
HSL color Cylindrical-coordinate representation of color #A6DADD: 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 #A6DADD is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 218 | 221 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.13 |
| HSL | 183.27º | 0.45% | 0.76% | - |
| HSV(B) | 183.27º | 0.25% | 0.87% | - |
| XYZ | 53.85 | 63.47 | 77.82 | - |
| YUV | 202.79 | 138.27 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 221 | 0.25 | 0.01 | 0 | 0.13 | 183.27 | 0.45 | 0.76 |
| Hex | A6 | DA | DD | 19 | 1 | 0 | D | B7 | 2D | 4C |
| Octal | 246 | 332 | 335 | 31 | 1 | 0 | 15 | 267 | 55 | 114 |
| Binary | 10100110 | 11011010 | 11011101 | 11001 | 1 | 0 | 1101 | 10110111 | 101101 | 1001100 |
Color Harmonies of #A6DADD
Complementary color
Monochromatic Colors of #A6DADD
Black with #A6DADD
Text Example
Text Example
White with #A6DADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DADD; }
p { color: rgb(166,218,221); }
H1.HeaderClassName
{
color: #A6DADD;
}
.AnyTagClassName
{
color: #A6DADD;
}
</style>
background-color css
<style>
a { background-color: #A6DADD; }
a { background-color: rgb(166,218,221); }
div.DivClassName
{
background-color: #A6DADD;
}
.BgClassName
{
background-color: #A6DADD;
}
</style>
border-color css
<style>
span { border-color: #A6DADD; }
span { border-color: rgb(166,218,221); }
td.TdClassName
{
border-color: #A6DADD;
}
.TagClassName
{
border-color: #A6DADD;
}
</style>