Shades of Morning Glory #9AC8CB
Tints of Morning Glory #9AC8CB
RGB
CMYK
RGB Variations
Color information
#9AC8CB (or 0x9AC8CB) is known color: Morning Glory. HEX triplet: 9A, C8 and CB. RGB value is (154,200,203). Sum of RGB (Red+Green+Blue) = 154+200+203=557 (73% of max value = 765). Red value is 154 (60.55% from 255 or 27.65% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #9AC8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC8CB is #653734. Grayscale: #BABABA. Windows color (decimal): -6633269 or 13355162. OLE color: 13355162.
HSL color Cylindrical-coordinate representation of color #9AC8CB: hue angle of 183.67º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9AC8CB is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 200 | 203 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.20 |
| HSL | 183.67º | 0.32% | 0.7% | - |
| HSV(B) | 183.67º | 0.24% | 0.8% | - |
| XYZ | 44.76 | 52.49 | 64.27 | - |
| YUV | 186.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 200 | 203 | 0.24 | 0.01 | 0 | 0.20 | 183.67 | 0.32 | 0.7 |
| Hex | 9A | C8 | CB | 18 | 1 | 0 | 14 | B8 | 20 | 46 |
| Octal | 232 | 310 | 313 | 30 | 1 | 0 | 24 | 270 | 40 | 106 |
| Binary | 10011010 | 11001000 | 11001011 | 11000 | 1 | 0 | 10100 | 10111000 | 100000 | 1000110 |
Color Harmonies of #9AC8CB
Complementary color
Monochromatic Colors of #9AC8CB
Black with #9AC8CB
Text Example
Text Example
White with #9AC8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AC8CB; }
p { color: rgb(154,200,203); }
H1.HeaderClassName
{
color: #9AC8CB;
}
.AnyTagClassName
{
color: #9AC8CB;
}
</style>
background-color css
<style>
a { background-color: #9AC8CB; }
a { background-color: rgb(154,200,203); }
div.DivClassName
{
background-color: #9AC8CB;
}
.BgClassName
{
background-color: #9AC8CB;
}
</style>
border-color css
<style>
span { border-color: #9AC8CB; }
span { border-color: rgb(154,200,203); }
td.TdClassName
{
border-color: #9AC8CB;
}
.TagClassName
{
border-color: #9AC8CB;
}
</style>