Shades of Morning Glory #9BDADC
Tints of Morning Glory #9BDADC
RGB
CMYK
RGB Variations
Color information
#9BDADC (or 0x9BDADC) is known color: Morning Glory. HEX triplet: 9B, DA and DC. RGB value is (155,218,220). Sum of RGB (Red+Green+Blue) = 155+218+220=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BDADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDADC is #642523. Grayscale: #C7C7C7. Windows color (decimal): -6563108 or 14473883. OLE color: 14473883.
HSL color Cylindrical-coordinate representation of color #9BDADC: hue angle of 181.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDADC is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 155 | 218 | 220 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.14 |
| HSL | 181.85º | 0.48% | 0.74% | - |
| HSV(B) | 181.85º | 0.3% | 0.86% | - |
| XYZ | 51.51 | 62.28 | 77.02 | - |
| YUV | 199.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 220 | 0.30 | 0.01 | 0 | 0.14 | 181.85 | 0.48 | 0.74 |
| Hex | 9B | DA | DC | 1E | 1 | 0 | E | B6 | 30 | 4A |
| Octal | 233 | 332 | 334 | 36 | 1 | 0 | 16 | 266 | 60 | 112 |
| Binary | 10011011 | 11011010 | 11011100 | 11110 | 1 | 0 | 1110 | 10110110 | 110000 | 1001010 |
Color Harmonies of #9BDADC
Complementary color
Monochromatic Colors of #9BDADC
Black with #9BDADC
Text Example
Text Example
White with #9BDADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDADC; }
p { color: rgb(155,218,220); }
H1.HeaderClassName
{
color: #9BDADC;
}
.AnyTagClassName
{
color: #9BDADC;
}
</style>
background-color css
<style>
a { background-color: #9BDADC; }
a { background-color: rgb(155,218,220); }
div.DivClassName
{
background-color: #9BDADC;
}
.BgClassName
{
background-color: #9BDADC;
}
</style>
border-color css
<style>
span { border-color: #9BDADC; }
span { border-color: rgb(155,218,220); }
td.TdClassName
{
border-color: #9BDADC;
}
.TagClassName
{
border-color: #9BDADC;
}
</style>