Shades of Charlotte #A6E2E4
Tints of Charlotte #A6E2E4
RGB
CMYK
RGB Variations
Color information
#A6E2E4 (or 0xA6E2E4) is known color: Charlotte. HEX triplet: A6, E2 and E4. RGB value is (166,226,228). Sum of RGB (Red+Green+Blue) = 166+226+228=620 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.77% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 228 (89.45% from 255 or 36.77% from 620); Max value from RGB is 228 - color contains mainly: blue. Hex color #A6E2E4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E2E4 is #591D1B. Grayscale: #D0D0D0. Windows color (decimal): -5840156 or 15000230. OLE color: 15000230.
HSL color Cylindrical-coordinate representation of color #A6E2E4: hue angle of 181.94º degrees, saturation: 0.53, 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 #A6E2E4 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 226 | 228 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.11 |
| HSL | 181.94º | 0.53% | 0.77% | - |
| HSV(B) | 181.94º | 0.27% | 0.89% | - |
| XYZ | 56.93 | 68.1 | 83.54 | - |
| YUV | 208.29 | 139.12 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 226 | 228 | 0.27 | 0.01 | 0 | 0.11 | 181.94 | 0.53 | 0.77 |
| Hex | A6 | E2 | E4 | 1B | 1 | 0 | B | B6 | 35 | 4D |
| Octal | 246 | 342 | 344 | 33 | 1 | 0 | 13 | 266 | 65 | 115 |
| Binary | 10100110 | 11100010 | 11100100 | 11011 | 1 | 0 | 1011 | 10110110 | 110101 | 1001101 |
Color Harmonies of #A6E2E4
Complementary color
Monochromatic Colors of #A6E2E4
Black with #A6E2E4
Text Example
Text Example
White with #A6E2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E2E4; }
p { color: rgb(166,226,228); }
H1.HeaderClassName
{
color: #A6E2E4;
}
.AnyTagClassName
{
color: #A6E2E4;
}
</style>
background-color css
<style>
a { background-color: #A6E2E4; }
a { background-color: rgb(166,226,228); }
div.DivClassName
{
background-color: #A6E2E4;
}
.BgClassName
{
background-color: #A6E2E4;
}
</style>
border-color css
<style>
span { border-color: #A6E2E4; }
span { border-color: rgb(166,226,228); }
td.TdClassName
{
border-color: #A6E2E4;
}
.TagClassName
{
border-color: #A6E2E4;
}
</style>