Shades of Morning Glory #A8CCD1
Tints of Morning Glory #A8CCD1
RGB
CMYK
RGB Variations
Color information
#A8CCD1 (or 0xA8CCD1) is known color: Morning Glory. HEX triplet: A8, CC and D1. RGB value is (168,204,209). Sum of RGB (Red+Green+Blue) = 168+204+209=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 204 (80.08% from 255 or 35.11% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 209 - color contains mainly: blue. Hex color #A8CCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CCD1 is #57332E. Grayscale: #C1C1C1. Windows color (decimal): -5714735 or 13749416. OLE color: 13749416.
HSL color Cylindrical-coordinate representation of color #A8CCD1: hue angle of 187.32º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8CCD1 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 204 | 209 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.18 |
| HSL | 187.32º | 0.31% | 0.74% | - |
| HSV(B) | 187.32º | 0.2% | 0.82% | - |
| XYZ | 49.25 | 56.11 | 68.56 | - |
| YUV | 193.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 209 | 0.20 | 0.02 | 0 | 0.18 | 187.32 | 0.31 | 0.74 |
| Hex | A8 | CC | D1 | 14 | 2 | 0 | 12 | BB | 1F | 4A |
| Octal | 250 | 314 | 321 | 24 | 2 | 0 | 22 | 273 | 37 | 112 |
| Binary | 10101000 | 11001100 | 11010001 | 10100 | 10 | 0 | 10010 | 10111011 | 11111 | 1001010 |
Color Harmonies of #A8CCD1
Complementary color
Monochromatic Colors of #A8CCD1
Black with #A8CCD1
Text Example
Text Example
White with #A8CCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CCD1; }
p { color: rgb(168,204,209); }
H1.HeaderClassName
{
color: #A8CCD1;
}
.AnyTagClassName
{
color: #A8CCD1;
}
</style>
background-color css
<style>
a { background-color: #A8CCD1; }
a { background-color: rgb(168,204,209); }
div.DivClassName
{
background-color: #A8CCD1;
}
.BgClassName
{
background-color: #A8CCD1;
}
</style>
border-color css
<style>
span { border-color: #A8CCD1; }
span { border-color: rgb(168,204,209); }
td.TdClassName
{
border-color: #A8CCD1;
}
.TagClassName
{
border-color: #A8CCD1;
}
</style>