Shades of Morning Glory #9FCAC9
Tints of Morning Glory #9FCAC9
RGB
CMYK
RGB Variations
Color information
#9FCAC9 (or 0x9FCAC9) is known color: Morning Glory. HEX triplet: 9F, CA and C9. RGB value is (159,202,201). Sum of RGB (Red+Green+Blue) = 159+202+201=562 (74% of max value = 765). Red value is 159 (62.5% from 255 or 28.29% from 562); Green value is 202 (79.30% from 255 or 35.94% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FCAC9 is #603536. Grayscale: #BCBCBC. Windows color (decimal): -6305079 or 13224607. OLE color: 13224607.
HSL color Cylindrical-coordinate representation of color #9FCAC9: hue angle of 178.6º 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 #9FCAC9 is Cyan = 0.21, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 202 | 201 | - |
| CMYK | 0.21 | 0 | 0.00 | 0.21 |
| HSL | 178.6º | 0.29% | 0.71% | - |
| HSV(B) | 178.6º | 0.21% | 0.79% | - |
| XYZ | 45.96 | 53.83 | 63.23 | - |
| YUV | 189.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 202 | 201 | 0.21 | 0 | 0.00 | 0.21 | 178.6 | 0.29 | 0.71 |
| Hex | 9F | CA | C9 | 15 | 0 | 0 | 15 | B3 | 1D | 47 |
| Octal | 237 | 312 | 311 | 25 | 0 | 0 | 25 | 263 | 35 | 107 |
| Binary | 10011111 | 11001010 | 11001001 | 10101 | 0 | 0 | 10101 | 10110011 | 11101 | 1000111 |
Color Harmonies of #9FCAC9
Complementary color
Monochromatic Colors of #9FCAC9
Black with #9FCAC9
Text Example
Text Example
White with #9FCAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCAC9; }
p { color: rgb(159,202,201); }
H1.HeaderClassName
{
color: #9FCAC9;
}
.AnyTagClassName
{
color: #9FCAC9;
}
</style>
background-color css
<style>
a { background-color: #9FCAC9; }
a { background-color: rgb(159,202,201); }
div.DivClassName
{
background-color: #9FCAC9;
}
.BgClassName
{
background-color: #9FCAC9;
}
</style>
border-color css
<style>
span { border-color: #9FCAC9; }
span { border-color: rgb(159,202,201); }
td.TdClassName
{
border-color: #9FCAC9;
}
.TagClassName
{
border-color: #9FCAC9;
}
</style>