Shades of Morning Glory #A6CBCD
Tints of Morning Glory #A6CBCD
RGB
CMYK
RGB Variations
Color information
#A6CBCD (or 0xA6CBCD) is known color: Morning Glory. HEX triplet: A6, CB and CD. RGB value is (166,203,205). Sum of RGB (Red+Green+Blue) = 166+203+205=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #A6CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CBCD is #593432. Grayscale: #C0C0C0. Windows color (decimal): -5846067 or 13487014. OLE color: 13487014.
HSL color Cylindrical-coordinate representation of color #A6CBCD: hue angle of 183.08º 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 #A6CBCD is Cyan = 0.19, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 203 | 205 | - |
| CMYK | 0.19 | 0.01 | 0 | 0.20 |
| HSL | 183.08º | 0.28% | 0.73% | - |
| HSV(B) | 183.08º | 0.19% | 0.8% | - |
| XYZ | 48.1 | 55.23 | 65.88 | - |
| YUV | 192.17 | 135.24 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 203 | 205 | 0.19 | 0.01 | 0 | 0.20 | 183.08 | 0.28 | 0.73 |
| Hex | A6 | CB | CD | 13 | 1 | 0 | 14 | B7 | 1C | 49 |
| Octal | 246 | 313 | 315 | 23 | 1 | 0 | 24 | 267 | 34 | 111 |
| Binary | 10100110 | 11001011 | 11001101 | 10011 | 1 | 0 | 10100 | 10110111 | 11100 | 1001001 |
Color Harmonies of #A6CBCD
Complementary color
Monochromatic Colors of #A6CBCD
Black with #A6CBCD
Text Example
Text Example
White with #A6CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CBCD; }
p { color: rgb(166,203,205); }
H1.HeaderClassName
{
color: #A6CBCD;
}
.AnyTagClassName
{
color: #A6CBCD;
}
</style>
background-color css
<style>
a { background-color: #A6CBCD; }
a { background-color: rgb(166,203,205); }
div.DivClassName
{
background-color: #A6CBCD;
}
.BgClassName
{
background-color: #A6CBCD;
}
</style>
border-color css
<style>
span { border-color: #A6CBCD; }
span { border-color: rgb(166,203,205); }
td.TdClassName
{
border-color: #A6CBCD;
}
.TagClassName
{
border-color: #A6CBCD;
}
</style>