Shades of Morning Glory #9BDFDC
Tints of Morning Glory #9BDFDC
RGB
CMYK
RGB Variations
Color information
#9BDFDC (or 0x9BDFDC) is known color: Morning Glory. HEX triplet: 9B, DF and DC. RGB value is (155,223,220). Sum of RGB (Red+Green+Blue) = 155+223+220=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDFDC is #642023. Grayscale: #CACACA. Windows color (decimal): -6561828 or 14475163. OLE color: 14475163.
HSL color Cylindrical-coordinate representation of color #9BDFDC: hue angle of 177.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDFDC is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 223 | 220 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.13 |
| HSL | 177.35º | 0.52% | 0.74% | - |
| HSV(B) | 177.35º | 0.3% | 0.87% | - |
| XYZ | 52.82 | 64.91 | 77.46 | - |
| YUV | 202.33 | 137.97 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 223 | 220 | 0.30 | 0 | 0.01 | 0.13 | 177.35 | 0.52 | 0.74 |
| Hex | 9B | DF | DC | 1E | 0 | 1 | D | B1 | 34 | 4A |
| Octal | 233 | 337 | 334 | 36 | 0 | 1 | 15 | 261 | 64 | 112 |
| Binary | 10011011 | 11011111 | 11011100 | 11110 | 0 | 1 | 1101 | 10110001 | 110100 | 1001010 |
Color Harmonies of #9BDFDC
Complementary color
Monochromatic Colors of #9BDFDC
Black with #9BDFDC
Text Example
Text Example
White with #9BDFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDFDC; }
p { color: rgb(155,223,220); }
H1.HeaderClassName
{
color: #9BDFDC;
}
.AnyTagClassName
{
color: #9BDFDC;
}
</style>
background-color css
<style>
a { background-color: #9BDFDC; }
a { background-color: rgb(155,223,220); }
div.DivClassName
{
background-color: #9BDFDC;
}
.BgClassName
{
background-color: #9BDFDC;
}
</style>
border-color css
<style>
span { border-color: #9BDFDC; }
span { border-color: rgb(155,223,220); }
td.TdClassName
{
border-color: #9BDFDC;
}
.TagClassName
{
border-color: #9BDFDC;
}
</style>