Shades of Morning Glory #9FCAC8
Tints of Morning Glory #9FCAC8
RGB
CMYK
RGB Variations
Color information
#9FCAC8 (or 0x9FCAC8) is known color: Morning Glory. HEX triplet: 9F, CA and C8. RGB value is (159,202,200). Sum of RGB (Red+Green+Blue) = 159+202+200=561 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.34% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAC8 is #603537. Grayscale: #BCBCBC. Windows color (decimal): -6305080 or 13159071. OLE color: 13159071.
HSL color Cylindrical-coordinate representation of color #9FCAC8: hue angle of 177.21º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9FCAC8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 200 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.21 |
| HSL | 177.21º | 0.29% | 0.71% | - |
| HSV(B) | 177.21º | 0.21% | 0.79% | - |
| XYZ | 45.84 | 53.78 | 62.61 | - |
| YUV | 188.92 | 134.25 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 200 | 0.21 | 0 | 0.01 | 0.21 | 177.21 | 0.29 | 0.71 |
| Hex | 9F | CA | C8 | 15 | 0 | 1 | 15 | B1 | 1D | 47 |
| Octal | 237 | 312 | 310 | 25 | 0 | 1 | 25 | 261 | 35 | 107 |
| Binary | 10011111 | 11001010 | 11001000 | 10101 | 0 | 1 | 10101 | 10110001 | 11101 | 1000111 |
Color Harmonies of #9FCAC8
Complementary color
Monochromatic Colors of #9FCAC8
Black with #9FCAC8
Text Example
Text Example
White with #9FCAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAC8; }
p { color: rgb(159,202,200); }
H1.HeaderClassName
{
color: #9FCAC8;
}
.AnyTagClassName
{
color: #9FCAC8;
}
</style>
background-color css
<style>
a { background-color: #9FCAC8; }
a { background-color: rgb(159,202,200); }
div.DivClassName
{
background-color: #9FCAC8;
}
.BgClassName
{
background-color: #9FCAC8;
}
</style>
border-color css
<style>
span { border-color: #9FCAC8; }
span { border-color: rgb(159,202,200); }
td.TdClassName
{
border-color: #9FCAC8;
}
.TagClassName
{
border-color: #9FCAC8;
}
</style>