Shades of Charlotte #A6DEEC
Tints of Charlotte #A6DEEC
RGB
CMYK
RGB Variations
Color information
#A6DEEC (or 0xA6DEEC) is known color: Charlotte. HEX triplet: A6, DE and EC. RGB value is (166,222,236). Sum of RGB (Red+Green+Blue) = 166+222+236=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #A6DEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DEEC is #592113. Grayscale: #CECECE. Windows color (decimal): -5841172 or 15523494. OLE color: 15523494.
HSL color Cylindrical-coordinate representation of color #A6DEEC: hue angle of 192º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6DEEC is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 222 | 236 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.07 |
| HSL | 192º | 0.65% | 0.79% | - |
| HSV(B) | 192º | 0.3% | 0.93% | - |
| XYZ | 56.99 | 66.41 | 89.17 | - |
| YUV | 206.85 | 144.45 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 236 | 0.30 | 0.06 | 0 | 0.07 | 192 | 0.65 | 0.79 |
| Hex | A6 | DE | EC | 1E | 6 | 0 | 7 | C0 | 41 | 4F |
| Octal | 246 | 336 | 354 | 36 | 6 | 0 | 7 | 300 | 101 | 117 |
| Binary | 10100110 | 11011110 | 11101100 | 11110 | 110 | 0 | 111 | 11000000 | 1000001 | 1001111 |
Color Harmonies of #A6DEEC
Complementary color
Monochromatic Colors of #A6DEEC
Black with #A6DEEC
Text Example
Text Example
White with #A6DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEEC; }
p { color: rgb(166,222,236); }
H1.HeaderClassName
{
color: #A6DEEC;
}
.AnyTagClassName
{
color: #A6DEEC;
}
</style>
background-color css
<style>
a { background-color: #A6DEEC; }
a { background-color: rgb(166,222,236); }
div.DivClassName
{
background-color: #A6DEEC;
}
.BgClassName
{
background-color: #A6DEEC;
}
</style>
border-color css
<style>
span { border-color: #A6DEEC; }
span { border-color: rgb(166,222,236); }
td.TdClassName
{
border-color: #A6DEEC;
}
.TagClassName
{
border-color: #A6DEEC;
}
</style>