Shades of Charlotte #A6DCDF
Tints of Charlotte #A6DCDF
RGB
CMYK
RGB Variations
Color information
#A6DCDF (or 0xA6DCDF) is known color: Charlotte. HEX triplet: A6, DC and DF. RGB value is (166,220,223). Sum of RGB (Red+Green+Blue) = 166+220+223=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6DCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCDF is #592320. Grayscale: #CCCCCC. Windows color (decimal): -5841697 or 14671014. OLE color: 14671014.
HSL color Cylindrical-coordinate representation of color #A6DCDF: hue angle of 183.16º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DCDF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 220 | 223 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.13 |
| HSL | 183.16º | 0.47% | 0.76% | - |
| HSV(B) | 183.16º | 0.26% | 0.87% | - |
| XYZ | 54.64 | 64.62 | 79.41 | - |
| YUV | 204.2 | 138.61 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 223 | 0.26 | 0.01 | 0 | 0.13 | 183.16 | 0.47 | 0.76 |
| Hex | A6 | DC | DF | 1A | 1 | 0 | D | B7 | 2F | 4C |
| Octal | 246 | 334 | 337 | 32 | 1 | 0 | 15 | 267 | 57 | 114 |
| Binary | 10100110 | 11011100 | 11011111 | 11010 | 1 | 0 | 1101 | 10110111 | 101111 | 1001100 |
Color Harmonies of #A6DCDF
Complementary color
Monochromatic Colors of #A6DCDF
Black with #A6DCDF
Text Example
Text Example
White with #A6DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCDF; }
p { color: rgb(166,220,223); }
H1.HeaderClassName
{
color: #A6DCDF;
}
.AnyTagClassName
{
color: #A6DCDF;
}
</style>
background-color css
<style>
a { background-color: #A6DCDF; }
a { background-color: rgb(166,220,223); }
div.DivClassName
{
background-color: #A6DCDF;
}
.BgClassName
{
background-color: #A6DCDF;
}
</style>
border-color css
<style>
span { border-color: #A6DCDF; }
span { border-color: rgb(166,220,223); }
td.TdClassName
{
border-color: #A6DCDF;
}
.TagClassName
{
border-color: #A6DCDF;
}
</style>