Shades of Charlotte #A6DAE0
Tints of Charlotte #A6DAE0
RGB
CMYK
RGB Variations
Color information
#A6DAE0 (or 0xA6DAE0) is known color: Charlotte. HEX triplet: A6, DA and E0. RGB value is (166,218,224). Sum of RGB (Red+Green+Blue) = 166+218+224=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #A6DAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DAE0 is #59251F. Grayscale: #CBCBCB. Windows color (decimal): -5842208 or 14736038. OLE color: 14736038.
HSL color Cylindrical-coordinate representation of color #A6DAE0: hue angle of 186.21º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DAE0 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 218 | 224 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.12 |
| HSL | 186.21º | 0.48% | 0.76% | - |
| HSV(B) | 186.21º | 0.26% | 0.88% | - |
| XYZ | 54.25 | 63.63 | 79.94 | - |
| YUV | 203.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 218 | 224 | 0.26 | 0.03 | 0 | 0.12 | 186.21 | 0.48 | 0.76 |
| Hex | A6 | DA | E0 | 1A | 3 | 0 | C | BA | 30 | 4C |
| Octal | 246 | 332 | 340 | 32 | 3 | 0 | 14 | 272 | 60 | 114 |
| Binary | 10100110 | 11011010 | 11100000 | 11010 | 11 | 0 | 1100 | 10111010 | 110000 | 1001100 |
Color Harmonies of #A6DAE0
Complementary color
Monochromatic Colors of #A6DAE0
Black with #A6DAE0
Text Example
Text Example
White with #A6DAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DAE0; }
p { color: rgb(166,218,224); }
H1.HeaderClassName
{
color: #A6DAE0;
}
.AnyTagClassName
{
color: #A6DAE0;
}
</style>
background-color css
<style>
a { background-color: #A6DAE0; }
a { background-color: rgb(166,218,224); }
div.DivClassName
{
background-color: #A6DAE0;
}
.BgClassName
{
background-color: #A6DAE0;
}
</style>
border-color css
<style>
span { border-color: #A6DAE0; }
span { border-color: rgb(166,218,224); }
td.TdClassName
{
border-color: #A6DAE0;
}
.TagClassName
{
border-color: #A6DAE0;
}
</style>