Shades of Morning Glory #9BC5C4
Tints of Morning Glory #9BC5C4
RGB
CMYK
RGB Variations
Color information
#9BC5C4 (or 0x9BC5C4) is known color: Morning Glory. HEX triplet: 9B, C5 and C4. RGB value is (155,197,196). Sum of RGB (Red+Green+Blue) = 155+197+196=548 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.28% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 196 (76.95% from 255 or 35.77% from 548); Max value from RGB is 197 - color contains mainly: green. Hex color #9BC5C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC5C4 is #643A3B. Grayscale: #B8B8B8. Windows color (decimal): -6568508 or 12895643. OLE color: 12895643.
HSL color Cylindrical-coordinate representation of color #9BC5C4: hue angle of 178.57º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC5C4 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 197 | 196 | - |
| CMYK | 0.21 | 0 | 0.01 | 0.23 |
| HSL | 178.57º | 0.27% | 0.69% | - |
| HSV(B) | 178.57º | 0.21% | 0.77% | - |
| XYZ | 43.45 | 50.89 | 59.76 | - |
| YUV | 184.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 197 | 196 | 0.21 | 0 | 0.01 | 0.23 | 178.57 | 0.27 | 0.69 |
| Hex | 9B | C5 | C4 | 15 | 0 | 1 | 17 | B3 | 1B | 45 |
| Octal | 233 | 305 | 304 | 25 | 0 | 1 | 27 | 263 | 33 | 105 |
| Binary | 10011011 | 11000101 | 11000100 | 10101 | 0 | 1 | 10111 | 10110011 | 11011 | 1000101 |
Color Harmonies of #9BC5C4
Complementary color
Monochromatic Colors of #9BC5C4
Black with #9BC5C4
Text Example
Text Example
White with #9BC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC5C4; }
p { color: rgb(155,197,196); }
H1.HeaderClassName
{
color: #9BC5C4;
}
.AnyTagClassName
{
color: #9BC5C4;
}
</style>
background-color css
<style>
a { background-color: #9BC5C4; }
a { background-color: rgb(155,197,196); }
div.DivClassName
{
background-color: #9BC5C4;
}
.BgClassName
{
background-color: #9BC5C4;
}
</style>
border-color css
<style>
span { border-color: #9BC5C4; }
span { border-color: rgb(155,197,196); }
td.TdClassName
{
border-color: #9BC5C4;
}
.TagClassName
{
border-color: #9BC5C4;
}
</style>