Shades of Morning Glory #9BCECA
Tints of Morning Glory #9BCECA
RGB
CMYK
RGB Variations
Color information
#9BCECA (or 0x9BCECA) is known color: Morning Glory. HEX triplet: 9B, CE and CA. RGB value is (155,206,202). Sum of RGB (Red+Green+Blue) = 155+206+202=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 202 (79.30% from 255 or 35.88% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCECA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCECA is #643135. Grayscale: #BEBEBE. Windows color (decimal): -6566198 or 13291163. OLE color: 13291163.
HSL color Cylindrical-coordinate representation of color #9BCECA: hue angle of 175.29º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCECA is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 206 | 202 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.19 |
| HSL | 175.29º | 0.34% | 0.71% | - |
| HSV(B) | 175.29º | 0.25% | 0.81% | - |
| XYZ | 46.25 | 55.38 | 64.13 | - |
| YUV | 190.3 | 134.6 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 206 | 202 | 0.25 | 0 | 0.02 | 0.19 | 175.29 | 0.34 | 0.71 |
| Hex | 9B | CE | CA | 19 | 0 | 2 | 13 | AF | 22 | 47 |
| Octal | 233 | 316 | 312 | 31 | 0 | 2 | 23 | 257 | 42 | 107 |
| Binary | 10011011 | 11001110 | 11001010 | 11001 | 0 | 10 | 10011 | 10101111 | 100010 | 1000111 |
Color Harmonies of #9BCECA
Complementary color
Monochromatic Colors of #9BCECA
Black with #9BCECA
Text Example
Text Example
White with #9BCECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCECA; }
p { color: rgb(155,206,202); }
H1.HeaderClassName
{
color: #9BCECA;
}
.AnyTagClassName
{
color: #9BCECA;
}
</style>
background-color css
<style>
a { background-color: #9BCECA; }
a { background-color: rgb(155,206,202); }
div.DivClassName
{
background-color: #9BCECA;
}
.BgClassName
{
background-color: #9BCECA;
}
</style>
border-color css
<style>
span { border-color: #9BCECA; }
span { border-color: rgb(155,206,202); }
td.TdClassName
{
border-color: #9BCECA;
}
.TagClassName
{
border-color: #9BCECA;
}
</style>