Shades of Morning Glory #9ACCCD
Tints of Morning Glory #9ACCCD
RGB
CMYK
RGB Variations
Color information
#9ACCCD (or 0x9ACCCD) is known color: Morning Glory. HEX triplet: 9A, CC and CD. RGB value is (154,204,205). Sum of RGB (Red+Green+Blue) = 154+204+205=563 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.35% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 205 (80.47% from 255 or 36.41% from 563); Max value from RGB is 205 - color contains mainly: blue. Hex color #9ACCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9ACCCD is #653332. Grayscale: #BDBDBD. Windows color (decimal): -6632243 or 13487258. OLE color: 13487258.
HSL color Cylindrical-coordinate representation of color #9ACCCD: hue angle of 181.18º 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 #9ACCCD is Cyan = 0.25, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 204 | 205 | - |
| CMYK | 0.25 | 0.00 | 0 | 0.20 |
| HSL | 181.18º | 0.34% | 0.7% | - |
| HSV(B) | 181.18º | 0.25% | 0.8% | - |
| XYZ | 45.94 | 54.46 | 65.85 | - |
| YUV | 189.16 | 136.94 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 204 | 205 | 0.25 | 0.00 | 0 | 0.20 | 181.18 | 0.34 | 0.7 |
| Hex | 9A | CC | CD | 19 | 0 | 0 | 14 | B5 | 22 | 46 |
| Octal | 232 | 314 | 315 | 31 | 0 | 0 | 24 | 265 | 42 | 106 |
| Binary | 10011010 | 11001100 | 11001101 | 11001 | 0 | 0 | 10100 | 10110101 | 100010 | 1000110 |
Color Harmonies of #9ACCCD
Complementary color
Monochromatic Colors of #9ACCCD
Black with #9ACCCD
Text Example
Text Example
White with #9ACCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACCCD; }
p { color: rgb(154,204,205); }
H1.HeaderClassName
{
color: #9ACCCD;
}
.AnyTagClassName
{
color: #9ACCCD;
}
</style>
background-color css
<style>
a { background-color: #9ACCCD; }
a { background-color: rgb(154,204,205); }
div.DivClassName
{
background-color: #9ACCCD;
}
.BgClassName
{
background-color: #9ACCCD;
}
</style>
border-color css
<style>
span { border-color: #9ACCCD; }
span { border-color: rgb(154,204,205); }
td.TdClassName
{
border-color: #9ACCCD;
}
.TagClassName
{
border-color: #9ACCCD;
}
</style>