Shades of Morning Glory #9DCECF
Tints of Morning Glory #9DCECF
RGB
CMYK
RGB Variations
Color information
#9DCECF (or 0x9DCECF) is known color: Morning Glory. HEX triplet: 9D, CE and CF. RGB value is (157,206,207). Sum of RGB (Red+Green+Blue) = 157+206+207=570 (75% of max value = 765). Red value is 157 (61.72% from 255 or 27.54% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 207 - color contains mainly: blue. Hex color #9DCECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DCECF is #623130. Grayscale: #BFBFBF. Windows color (decimal): -6435121 or 13618845. OLE color: 13618845.
HSL color Cylindrical-coordinate representation of color #9DCECF: hue angle of 181.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DCECF is Cyan = 0.24, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 206 | 207 | - |
| CMYK | 0.24 | 0.00 | 0 | 0.19 |
| HSL | 181.2º | 0.34% | 0.71% | - |
| HSV(B) | 181.2º | 0.24% | 0.81% | - |
| XYZ | 47.24 | 55.82 | 67.32 | - |
| YUV | 191.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 206 | 207 | 0.24 | 0.00 | 0 | 0.19 | 181.2 | 0.34 | 0.71 |
| Hex | 9D | CE | CF | 18 | 0 | 0 | 13 | B5 | 22 | 47 |
| Octal | 235 | 316 | 317 | 30 | 0 | 0 | 23 | 265 | 42 | 107 |
| Binary | 10011101 | 11001110 | 11001111 | 11000 | 0 | 0 | 10011 | 10110101 | 100010 | 1000111 |
Color Harmonies of #9DCECF
Complementary color
Monochromatic Colors of #9DCECF
Black with #9DCECF
Text Example
Text Example
White with #9DCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCECF; }
p { color: rgb(157,206,207); }
H1.HeaderClassName
{
color: #9DCECF;
}
.AnyTagClassName
{
color: #9DCECF;
}
</style>
background-color css
<style>
a { background-color: #9DCECF; }
a { background-color: rgb(157,206,207); }
div.DivClassName
{
background-color: #9DCECF;
}
.BgClassName
{
background-color: #9DCECF;
}
</style>
border-color css
<style>
span { border-color: #9DCECF; }
span { border-color: rgb(157,206,207); }
td.TdClassName
{
border-color: #9DCECF;
}
.TagClassName
{
border-color: #9DCECF;
}
</style>