Shades of Charlotte #A6DBDD
Tints of Charlotte #A6DBDD
RGB
CMYK
RGB Variations
Color information
#A6DBDD (or 0xA6DBDD) is known color: Charlotte. HEX triplet: A6, DB and DD. RGB value is (166,219,221). Sum of RGB (Red+Green+Blue) = 166+219+221=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 221 - color contains mainly: blue. Hex color #A6DBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DBDD is #592422. Grayscale: #CBCBCB. Windows color (decimal): -5841955 or 14539686. OLE color: 14539686.
HSL color Cylindrical-coordinate representation of color #A6DBDD: hue angle of 182.18º 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 #A6DBDD is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 219 | 221 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.13 |
| HSL | 182.18º | 0.45% | 0.76% | - |
| HSV(B) | 182.18º | 0.25% | 0.87% | - |
| XYZ | 54.11 | 63.99 | 77.91 | - |
| YUV | 203.38 | 137.94 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 221 | 0.25 | 0.01 | 0 | 0.13 | 182.18 | 0.45 | 0.76 |
| Hex | A6 | DB | DD | 19 | 1 | 0 | D | B6 | 2D | 4C |
| Octal | 246 | 333 | 335 | 31 | 1 | 0 | 15 | 266 | 55 | 114 |
| Binary | 10100110 | 11011011 | 11011101 | 11001 | 1 | 0 | 1101 | 10110110 | 101101 | 1001100 |
Color Harmonies of #A6DBDD
Complementary color
Monochromatic Colors of #A6DBDD
Black with #A6DBDD
Text Example
Text Example
White with #A6DBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBDD; }
p { color: rgb(166,219,221); }
H1.HeaderClassName
{
color: #A6DBDD;
}
.AnyTagClassName
{
color: #A6DBDD;
}
</style>
background-color css
<style>
a { background-color: #A6DBDD; }
a { background-color: rgb(166,219,221); }
div.DivClassName
{
background-color: #A6DBDD;
}
.BgClassName
{
background-color: #A6DBDD;
}
</style>
border-color css
<style>
span { border-color: #A6DBDD; }
span { border-color: rgb(166,219,221); }
td.TdClassName
{
border-color: #A6DBDD;
}
.TagClassName
{
border-color: #A6DBDD;
}
</style>