Shades of Morning Glory #A9CBCD
Tints of Morning Glory #A9CBCD
RGB
CMYK
RGB Variations
Color information
#A9CBCD (or 0xA9CBCD) is known color: Morning Glory. HEX triplet: A9, CB and CD. RGB value is (169,203,205). Sum of RGB (Red+Green+Blue) = 169+203+205=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 205 (80.47% from 255 or 35.53% from 577); Max value from RGB is 205 - color contains mainly: blue. Hex color #A9CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CBCD is #563432. Grayscale: #C1C1C1. Windows color (decimal): -5649459 or 13487017. OLE color: 13487017.
HSL color Cylindrical-coordinate representation of color #A9CBCD: hue angle of 183.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CBCD is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 203 | 205 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.20 |
| HSL | 183.33º | 0.26% | 0.73% | - |
| HSV(B) | 183.33º | 0.18% | 0.8% | - |
| XYZ | 48.74 | 55.55 | 65.91 | - |
| YUV | 193.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 203 | 205 | 0.18 | 0.01 | 0 | 0.20 | 183.33 | 0.26 | 0.73 |
| Hex | A9 | CB | CD | 12 | 1 | 0 | 14 | B7 | 1A | 49 |
| Octal | 251 | 313 | 315 | 22 | 1 | 0 | 24 | 267 | 32 | 111 |
| Binary | 10101001 | 11001011 | 11001101 | 10010 | 1 | 0 | 10100 | 10110111 | 11010 | 1001001 |
Color Harmonies of #A9CBCD
Complementary color
Monochromatic Colors of #A9CBCD
Black with #A9CBCD
Text Example
Text Example
White with #A9CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CBCD; }
p { color: rgb(169,203,205); }
H1.HeaderClassName
{
color: #A9CBCD;
}
.AnyTagClassName
{
color: #A9CBCD;
}
</style>
background-color css
<style>
a { background-color: #A9CBCD; }
a { background-color: rgb(169,203,205); }
div.DivClassName
{
background-color: #A9CBCD;
}
.BgClassName
{
background-color: #A9CBCD;
}
</style>
border-color css
<style>
span { border-color: #A9CBCD; }
span { border-color: rgb(169,203,205); }
td.TdClassName
{
border-color: #A9CBCD;
}
.TagClassName
{
border-color: #A9CBCD;
}
</style>