Shades of Morning Glory #9AC0C5
Tints of Morning Glory #9AC0C5
RGB
CMYK
RGB Variations
Color information
#9AC0C5 (or 0x9AC0C5) is known color: Morning Glory. HEX triplet: 9A, C0 and C5. RGB value is (154,192,197). Sum of RGB (Red+Green+Blue) = 154+192+197=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 197 (77.34% from 255 or 36.28% from 543); Max value from RGB is 197 - color contains mainly: blue. Hex color #9AC0C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC0C5 is #653F3A. Grayscale: #B5B5B5. Windows color (decimal): -6635323 or 12959898. OLE color: 12959898.
HSL color Cylindrical-coordinate representation of color #9AC0C5: hue angle of 186.98º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AC0C5 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 192 | 197 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.23 |
| HSL | 186.98º | 0.27% | 0.69% | - |
| HSV(B) | 186.98º | 0.22% | 0.77% | - |
| XYZ | 42.25 | 48.6 | 59.98 | - |
| YUV | 181.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 192 | 197 | 0.22 | 0.03 | 0 | 0.23 | 186.98 | 0.27 | 0.69 |
| Hex | 9A | C0 | C5 | 16 | 3 | 0 | 17 | BB | 1B | 45 |
| Octal | 232 | 300 | 305 | 26 | 3 | 0 | 27 | 273 | 33 | 105 |
| Binary | 10011010 | 11000000 | 11000101 | 10110 | 11 | 0 | 10111 | 10111011 | 11011 | 1000101 |
Color Harmonies of #9AC0C5
Complementary color
Monochromatic Colors of #9AC0C5
Black with #9AC0C5
Text Example
Text Example
White with #9AC0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC0C5; }
p { color: rgb(154,192,197); }
H1.HeaderClassName
{
color: #9AC0C5;
}
.AnyTagClassName
{
color: #9AC0C5;
}
</style>
background-color css
<style>
a { background-color: #9AC0C5; }
a { background-color: rgb(154,192,197); }
div.DivClassName
{
background-color: #9AC0C5;
}
.BgClassName
{
background-color: #9AC0C5;
}
</style>
border-color css
<style>
span { border-color: #9AC0C5; }
span { border-color: rgb(154,192,197); }
td.TdClassName
{
border-color: #9AC0C5;
}
.TagClassName
{
border-color: #9AC0C5;
}
</style>