Shades of Morning Glory #9BDADD
Tints of Morning Glory #9BDADD
RGB
CMYK
RGB Variations
Color information
#9BDADD (or 0x9BDADD) is known color: Morning Glory. HEX triplet: 9B, DA and DD. RGB value is (155,218,221). Sum of RGB (Red+Green+Blue) = 155+218+221=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #9BDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BDADD is #642522. Grayscale: #C7C7C7. Windows color (decimal): -6563107 or 14539419. OLE color: 14539419.
HSL color Cylindrical-coordinate representation of color #9BDADD: hue angle of 182.73º degrees, saturation: 0.49, 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 #9BDADD is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 155 | 218 | 221 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.13 |
| HSL | 182.73º | 0.49% | 0.74% | - |
| HSV(B) | 182.73º | 0.3% | 0.87% | - |
| XYZ | 51.64 | 62.33 | 77.72 | - |
| YUV | 199.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 221 | 0.30 | 0.01 | 0 | 0.13 | 182.73 | 0.49 | 0.74 |
| Hex | 9B | DA | DD | 1E | 1 | 0 | D | B7 | 31 | 4A |
| Octal | 233 | 332 | 335 | 36 | 1 | 0 | 15 | 267 | 61 | 112 |
| Binary | 10011011 | 11011010 | 11011101 | 11110 | 1 | 0 | 1101 | 10110111 | 110001 | 1001010 |
Color Harmonies of #9BDADD
Complementary color
Monochromatic Colors of #9BDADD
Black with #9BDADD
Text Example
Text Example
White with #9BDADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDADD; }
p { color: rgb(155,218,221); }
H1.HeaderClassName
{
color: #9BDADD;
}
.AnyTagClassName
{
color: #9BDADD;
}
</style>
background-color css
<style>
a { background-color: #9BDADD; }
a { background-color: rgb(155,218,221); }
div.DivClassName
{
background-color: #9BDADD;
}
.BgClassName
{
background-color: #9BDADD;
}
</style>
border-color css
<style>
span { border-color: #9BDADD; }
span { border-color: rgb(155,218,221); }
td.TdClassName
{
border-color: #9BDADD;
}
.TagClassName
{
border-color: #9BDADD;
}
</style>