Shades of Morning Glory #A9CFD0
Tints of Morning Glory #A9CFD0
RGB
CMYK
RGB Variations
Color information
#A9CFD0 (or 0xA9CFD0) is known color: Morning Glory. HEX triplet: A9, CF and D0. RGB value is (169,207,208). Sum of RGB (Red+Green+Blue) = 169+207+208=584 (77% of max value = 765). Red value is 169 (66.41% from 255 or 28.94% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 208 (81.64% from 255 or 35.62% from 584); Max value from RGB is 208 - color contains mainly: blue. Hex color #A9CFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFD0 is #56302F. Grayscale: #C3C3C3. Windows color (decimal): -5648432 or 13684649. OLE color: 13684649.
HSL color Cylindrical-coordinate representation of color #A9CFD0: hue angle of 181.54º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9CFD0 is Cyan = 0.19, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 207 | 208 | - |
| CMYK | 0.19 | 0.00 | 0 | 0.18 |
| HSL | 181.54º | 0.29% | 0.74% | - |
| HSV(B) | 181.54º | 0.19% | 0.82% | - |
| XYZ | 50.06 | 57.61 | 68.16 | - |
| YUV | 195.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 208 | 0.19 | 0.00 | 0 | 0.18 | 181.54 | 0.29 | 0.74 |
| Hex | A9 | CF | D0 | 13 | 0 | 0 | 12 | B6 | 1D | 4A |
| Octal | 251 | 317 | 320 | 23 | 0 | 0 | 22 | 266 | 35 | 112 |
| Binary | 10101001 | 11001111 | 11010000 | 10011 | 0 | 0 | 10010 | 10110110 | 11101 | 1001010 |
Color Harmonies of #A9CFD0
Complementary color
Monochromatic Colors of #A9CFD0
Black with #A9CFD0
Text Example
Text Example
White with #A9CFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFD0; }
p { color: rgb(169,207,208); }
H1.HeaderClassName
{
color: #A9CFD0;
}
.AnyTagClassName
{
color: #A9CFD0;
}
</style>
background-color css
<style>
a { background-color: #A9CFD0; }
a { background-color: rgb(169,207,208); }
div.DivClassName
{
background-color: #A9CFD0;
}
.BgClassName
{
background-color: #A9CFD0;
}
</style>
border-color css
<style>
span { border-color: #A9CFD0; }
span { border-color: rgb(169,207,208); }
td.TdClassName
{
border-color: #A9CFD0;
}
.TagClassName
{
border-color: #A9CFD0;
}
</style>