Shades of Morning Glory #A6C9CE
Tints of Morning Glory #A6C9CE
RGB
CMYK
RGB Variations
Color information
#A6C9CE (or 0xA6C9CE) is known color: Morning Glory. HEX triplet: A6, C9 and CE. RGB value is (166,201,206). Sum of RGB (Red+Green+Blue) = 166+201+206=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 201 (78.91% from 255 or 35.08% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 206 - color contains mainly: blue. Hex color #A6C9CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C9CE is #593631. Grayscale: #BFBFBF. Windows color (decimal): -5846578 or 13552038. OLE color: 13552038.
HSL color Cylindrical-coordinate representation of color #A6C9CE: hue angle of 187.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6C9CE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 201 | 206 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.19 |
| HSL | 187.5º | 0.29% | 0.73% | - |
| HSV(B) | 187.5º | 0.19% | 0.81% | - |
| XYZ | 47.75 | 54.34 | 66.36 | - |
| YUV | 191.11 | 136.4 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 201 | 206 | 0.19 | 0.02 | 0 | 0.19 | 187.5 | 0.29 | 0.73 |
| Hex | A6 | C9 | CE | 13 | 2 | 0 | 13 | BC | 1D | 49 |
| Octal | 246 | 311 | 316 | 23 | 2 | 0 | 23 | 274 | 35 | 111 |
| Binary | 10100110 | 11001001 | 11001110 | 10011 | 10 | 0 | 10011 | 10111100 | 11101 | 1001001 |
Color Harmonies of #A6C9CE
Complementary color
Monochromatic Colors of #A6C9CE
Black with #A6C9CE
Text Example
Text Example
White with #A6C9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C9CE; }
p { color: rgb(166,201,206); }
H1.HeaderClassName
{
color: #A6C9CE;
}
.AnyTagClassName
{
color: #A6C9CE;
}
</style>
background-color css
<style>
a { background-color: #A6C9CE; }
a { background-color: rgb(166,201,206); }
div.DivClassName
{
background-color: #A6C9CE;
}
.BgClassName
{
background-color: #A6C9CE;
}
</style>
border-color css
<style>
span { border-color: #A6C9CE; }
span { border-color: rgb(166,201,206); }
td.TdClassName
{
border-color: #A6C9CE;
}
.TagClassName
{
border-color: #A6C9CE;
}
</style>