Shades of Morning Glory #AACDCF
Tints of Morning Glory #AACDCF
RGB
CMYK
RGB Variations
Color information
#AACDCF (or 0xAACDCF) is known color: Morning Glory. HEX triplet: AA, CD and CF. RGB value is (170,205,207). Sum of RGB (Red+Green+Blue) = 170+205+207=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 207 (81.25% from 255 or 35.57% from 582); Max value from RGB is 207 - color contains mainly: blue. Hex color #AACDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDCF is #553230. Grayscale: #C2C2C2. Windows color (decimal): -5583409 or 13618602. OLE color: 13618602.
HSL color Cylindrical-coordinate representation of color #AACDCF: hue angle of 183.24º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACDCF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 205 | 207 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.19 |
| HSL | 183.24º | 0.28% | 0.74% | - |
| HSV(B) | 183.24º | 0.18% | 0.81% | - |
| XYZ | 49.67 | 56.71 | 67.36 | - |
| YUV | 194.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 207 | 0.18 | 0.01 | 0 | 0.19 | 183.24 | 0.28 | 0.74 |
| Hex | AA | CD | CF | 12 | 1 | 0 | 13 | B7 | 1C | 4A |
| Octal | 252 | 315 | 317 | 22 | 1 | 0 | 23 | 267 | 34 | 112 |
| Binary | 10101010 | 11001101 | 11001111 | 10010 | 1 | 0 | 10011 | 10110111 | 11100 | 1001010 |
Color Harmonies of #AACDCF
Complementary color
Monochromatic Colors of #AACDCF
Black with #AACDCF
Text Example
Text Example
White with #AACDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDCF; }
p { color: rgb(170,205,207); }
H1.HeaderClassName
{
color: #AACDCF;
}
.AnyTagClassName
{
color: #AACDCF;
}
</style>
background-color css
<style>
a { background-color: #AACDCF; }
a { background-color: rgb(170,205,207); }
div.DivClassName
{
background-color: #AACDCF;
}
.BgClassName
{
background-color: #AACDCF;
}
</style>
border-color css
<style>
span { border-color: #AACDCF; }
span { border-color: rgb(170,205,207); }
td.TdClassName
{
border-color: #AACDCF;
}
.TagClassName
{
border-color: #AACDCF;
}
</style>