Shades of Morning Glory #ACD3D7
Tints of Morning Glory #ACD3D7
RGB
CMYK
RGB Variations
Color information
#ACD3D7 (or 0xACD3D7) is known color: Morning Glory. HEX triplet: AC, D3 and D7. RGB value is (172,211,215). Sum of RGB (Red+Green+Blue) = 172+211+215=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #ACD3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3D7 is #532C28. Grayscale: #C7C7C7. Windows color (decimal): -5450793 or 14144428. OLE color: 14144428.
HSL color Cylindrical-coordinate representation of color #ACD3D7: hue angle of 185.58º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD3D7 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 211 | 215 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.16 |
| HSL | 185.58º | 0.35% | 0.76% | - |
| HSV(B) | 185.58º | 0.2% | 0.84% | - |
| XYZ | 52.57 | 60.27 | 73.15 | - |
| YUV | 199.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 215 | 0.2 | 0.02 | 0 | 0.16 | 185.58 | 0.35 | 0.76 |
| Hex | AC | D3 | D7 | 14 | 2 | 0 | 10 | BA | 23 | 4C |
| Octal | 254 | 323 | 327 | 24 | 2 | 0 | 20 | 272 | 43 | 114 |
| Binary | 10101100 | 11010011 | 11010111 | 10100 | 10 | 0 | 10000 | 10111010 | 100011 | 1001100 |
Color Harmonies of #ACD3D7
Complementary color
Monochromatic Colors of #ACD3D7
Black with #ACD3D7
Text Example
Text Example
White with #ACD3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD3D7; }
p { color: rgb(172,211,215); }
H1.HeaderClassName
{
color: #ACD3D7;
}
.AnyTagClassName
{
color: #ACD3D7;
}
</style>
background-color css
<style>
a { background-color: #ACD3D7; }
a { background-color: rgb(172,211,215); }
div.DivClassName
{
background-color: #ACD3D7;
}
.BgClassName
{
background-color: #ACD3D7;
}
</style>
border-color css
<style>
span { border-color: #ACD3D7; }
span { border-color: rgb(172,211,215); }
td.TdClassName
{
border-color: #ACD3D7;
}
.TagClassName
{
border-color: #ACD3D7;
}
</style>