Shades of Morning Glory #9ACDCD
Tints of Morning Glory #9ACDCD
RGB
CMYK
RGB Variations
Color information
#9ACDCD (or 0x9ACDCD) is known color: Morning Glory. HEX triplet: 9A, CD and CD. RGB value is (154,205,205). Sum of RGB (Red+Green+Blue) = 154+205+205=564 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.30% from 564); Green value is 205 (80.47% from 255 or 36.35% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #9ACDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACDCD is #653232. Grayscale: #BDBDBD. Windows color (decimal): -6631987 or 13487514. OLE color: 13487514.
HSL color Cylindrical-coordinate representation of color #9ACDCD: hue angle of 180º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9ACDCD is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 205 | 205 | - |
| CMYK | 0.25 | 0 | 0 | 0.20 |
| HSL | 180º | 0.34% | 0.7% | - |
| HSV(B) | 180º | 0.25% | 0.8% | - |
| XYZ | 46.18 | 54.94 | 65.93 | - |
| YUV | 189.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 205 | 205 | 0.25 | 0 | 0 | 0.20 | 180 | 0.34 | 0.7 |
| Hex | 9A | CD | CD | 19 | 0 | 0 | 14 | B4 | 22 | 46 |
| Octal | 232 | 315 | 315 | 31 | 0 | 0 | 24 | 264 | 42 | 106 |
| Binary | 10011010 | 11001101 | 11001101 | 11001 | 0 | 0 | 10100 | 10110100 | 100010 | 1000110 |
Color Harmonies of #9ACDCD
Complementary color
Monochromatic Colors of #9ACDCD
Black with #9ACDCD
Text Example
Text Example
White with #9ACDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACDCD; }
p { color: rgb(154,205,205); }
H1.HeaderClassName
{
color: #9ACDCD;
}
.AnyTagClassName
{
color: #9ACDCD;
}
</style>
background-color css
<style>
a { background-color: #9ACDCD; }
a { background-color: rgb(154,205,205); }
div.DivClassName
{
background-color: #9ACDCD;
}
.BgClassName
{
background-color: #9ACDCD;
}
</style>
border-color css
<style>
span { border-color: #9ACDCD; }
span { border-color: rgb(154,205,205); }
td.TdClassName
{
border-color: #9ACDCD;
}
.TagClassName
{
border-color: #9ACDCD;
}
</style>