Shades of Charlotte #A6DDEA
Tints of Charlotte #A6DDEA
RGB
CMYK
RGB Variations
Color information
#A6DDEA (or 0xA6DDEA) is known color: Charlotte. HEX triplet: A6, DD and EA. RGB value is (166,221,234). Sum of RGB (Red+Green+Blue) = 166+221+234=621 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.73% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6DDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6DDEA is #592215. Grayscale: #CDCDCD. Windows color (decimal): -5841430 or 15392166. OLE color: 15392166.
HSL color Cylindrical-coordinate representation of color #A6DDEA: hue angle of 191.47º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6DDEA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 221 | 234 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.08 |
| HSL | 191.47º | 0.62% | 0.78% | - |
| HSV(B) | 191.47º | 0.29% | 0.92% | - |
| XYZ | 56.43 | 65.76 | 87.56 | - |
| YUV | 206.04 | 143.78 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 234 | 0.29 | 0.06 | 0 | 0.08 | 191.47 | 0.62 | 0.78 |
| Hex | A6 | DD | EA | 1D | 6 | 0 | 8 | BF | 3E | 4E |
| Octal | 246 | 335 | 352 | 35 | 6 | 0 | 10 | 277 | 76 | 116 |
| Binary | 10100110 | 11011101 | 11101010 | 11101 | 110 | 0 | 1000 | 10111111 | 111110 | 1001110 |
Color Harmonies of #A6DDEA
Complementary color
Monochromatic Colors of #A6DDEA
Black with #A6DDEA
Text Example
Text Example
White with #A6DDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDEA; }
p { color: rgb(166,221,234); }
H1.HeaderClassName
{
color: #A6DDEA;
}
.AnyTagClassName
{
color: #A6DDEA;
}
</style>
background-color css
<style>
a { background-color: #A6DDEA; }
a { background-color: rgb(166,221,234); }
div.DivClassName
{
background-color: #A6DDEA;
}
.BgClassName
{
background-color: #A6DDEA;
}
</style>
border-color css
<style>
span { border-color: #A6DDEA; }
span { border-color: rgb(166,221,234); }
td.TdClassName
{
border-color: #A6DDEA;
}
.TagClassName
{
border-color: #A6DDEA;
}
</style>