Shades of Charlotte #A6DEE2
Tints of Charlotte #A6DEE2
RGB
CMYK
RGB Variations
Color information
#A6DEE2 (or 0xA6DEE2) is known color: Charlotte. HEX triplet: A6, DE and E2. RGB value is (166,222,226). Sum of RGB (Red+Green+Blue) = 166+222+226=614 (81% of max value = 765). Red value is 166 (65.23% from 255 or 27.04% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 226 (88.67% from 255 or 36.81% from 614); Max value from RGB is 226 - color contains mainly: blue. Hex color #A6DEE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DEE2 is #59211D. Grayscale: #CDCDCD. Windows color (decimal): -5841182 or 14868134. OLE color: 14868134.
HSL color Cylindrical-coordinate representation of color #A6DEE2: hue angle of 184º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6DEE2 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 222 | 226 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.11 |
| HSL | 184º | 0.51% | 0.77% | - |
| HSV(B) | 184º | 0.27% | 0.89% | - |
| XYZ | 55.57 | 65.84 | 81.73 | - |
| YUV | 205.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 226 | 0.27 | 0.02 | 0 | 0.11 | 184 | 0.51 | 0.77 |
| Hex | A6 | DE | E2 | 1B | 2 | 0 | B | B8 | 33 | 4D |
| Octal | 246 | 336 | 342 | 33 | 2 | 0 | 13 | 270 | 63 | 115 |
| Binary | 10100110 | 11011110 | 11100010 | 11011 | 10 | 0 | 1011 | 10111000 | 110011 | 1001101 |
Color Harmonies of #A6DEE2
Complementary color
Monochromatic Colors of #A6DEE2
Black with #A6DEE2
Text Example
Text Example
White with #A6DEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEE2; }
p { color: rgb(166,222,226); }
H1.HeaderClassName
{
color: #A6DEE2;
}
.AnyTagClassName
{
color: #A6DEE2;
}
</style>
background-color css
<style>
a { background-color: #A6DEE2; }
a { background-color: rgb(166,222,226); }
div.DivClassName
{
background-color: #A6DEE2;
}
.BgClassName
{
background-color: #A6DEE2;
}
</style>
border-color css
<style>
span { border-color: #A6DEE2; }
span { border-color: rgb(166,222,226); }
td.TdClassName
{
border-color: #A6DEE2;
}
.TagClassName
{
border-color: #A6DEE2;
}
</style>