Shades of Morning Glory #A6C8CD
Tints of Morning Glory #A6C8CD
RGB
CMYK
RGB Variations
Color information
#A6C8CD (or 0xA6C8CD) is known color: Morning Glory. HEX triplet: A6, C8 and CD. RGB value is (166,200,205). Sum of RGB (Red+Green+Blue) = 166+200+205=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 200 (78.52% from 255 or 35.03% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C8CD is #593732. Grayscale: #BEBEBE. Windows color (decimal): -5846835 or 13486246. OLE color: 13486246.
HSL color Cylindrical-coordinate representation of color #A6C8CD: hue angle of 187.69º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6C8CD is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 200 | 205 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.20 |
| HSL | 187.69º | 0.28% | 0.73% | - |
| HSV(B) | 187.69º | 0.19% | 0.8% | - |
| XYZ | 47.4 | 53.82 | 65.65 | - |
| YUV | 190.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 200 | 205 | 0.19 | 0.02 | 0 | 0.20 | 187.69 | 0.28 | 0.73 |
| Hex | A6 | C8 | CD | 13 | 2 | 0 | 14 | BC | 1C | 49 |
| Octal | 246 | 310 | 315 | 23 | 2 | 0 | 24 | 274 | 34 | 111 |
| Binary | 10100110 | 11001000 | 11001101 | 10011 | 10 | 0 | 10100 | 10111100 | 11100 | 1001001 |
Color Harmonies of #A6C8CD
Complementary color
Monochromatic Colors of #A6C8CD
Black with #A6C8CD
Text Example
Text Example
White with #A6C8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C8CD; }
p { color: rgb(166,200,205); }
H1.HeaderClassName
{
color: #A6C8CD;
}
.AnyTagClassName
{
color: #A6C8CD;
}
</style>
background-color css
<style>
a { background-color: #A6C8CD; }
a { background-color: rgb(166,200,205); }
div.DivClassName
{
background-color: #A6C8CD;
}
.BgClassName
{
background-color: #A6C8CD;
}
</style>
border-color css
<style>
span { border-color: #A6C8CD; }
span { border-color: rgb(166,200,205); }
td.TdClassName
{
border-color: #A6C8CD;
}
.TagClassName
{
border-color: #A6C8CD;
}
</style>