Shades of Charlotte #A6DDDF
Tints of Charlotte #A6DDDF
RGB
CMYK
RGB Variations
Color information
#A6DDDF (or 0xA6DDDF) is known color: Charlotte. HEX triplet: A6, DD and DF. RGB value is (166,221,223). Sum of RGB (Red+Green+Blue) = 166+221+223=610 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.21% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 223 (87.5% from 255 or 36.56% from 610); Max value from RGB is 223 - color contains mainly: blue. Hex color #A6DDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDDF is #592220. Grayscale: #CCCCCC. Windows color (decimal): -5841441 or 14671270. OLE color: 14671270.
HSL color Cylindrical-coordinate representation of color #A6DDDF: hue angle of 182.11º 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 #A6DDDF is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 223 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.13 |
| HSL | 182.11º | 0.47% | 0.76% | - |
| HSV(B) | 182.11º | 0.26% | 0.87% | - |
| XYZ | 54.9 | 65.15 | 79.49 | - |
| YUV | 204.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 223 | 0.26 | 0.01 | 0 | 0.13 | 182.11 | 0.47 | 0.76 |
| Hex | A6 | DD | DF | 1A | 1 | 0 | D | B6 | 2F | 4C |
| Octal | 246 | 335 | 337 | 32 | 1 | 0 | 15 | 266 | 57 | 114 |
| Binary | 10100110 | 11011101 | 11011111 | 11010 | 1 | 0 | 1101 | 10110110 | 101111 | 1001100 |
Color Harmonies of #A6DDDF
Complementary color
Monochromatic Colors of #A6DDDF
Black with #A6DDDF
Text Example
Text Example
White with #A6DDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDDF; }
p { color: rgb(166,221,223); }
H1.HeaderClassName
{
color: #A6DDDF;
}
.AnyTagClassName
{
color: #A6DDDF;
}
</style>
background-color css
<style>
a { background-color: #A6DDDF; }
a { background-color: rgb(166,221,223); }
div.DivClassName
{
background-color: #A6DDDF;
}
.BgClassName
{
background-color: #A6DDDF;
}
</style>
border-color css
<style>
span { border-color: #A6DDDF; }
span { border-color: rgb(166,221,223); }
td.TdClassName
{
border-color: #A6DDDF;
}
.TagClassName
{
border-color: #A6DDDF;
}
</style>