Shades of Morning Glory #9BCCCF
Tints of Morning Glory #9BCCCF
RGB
CMYK
RGB Variations
Color information
#9BCCCF (or 0x9BCCCF) is known color: Morning Glory. HEX triplet: 9B, CC and CF. RGB value is (155,204,207). Sum of RGB (Red+Green+Blue) = 155+204+207=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #9BCCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BCCCF is #643330. Grayscale: #BDBDBD. Windows color (decimal): -6566705 or 13618331. OLE color: 13618331.
HSL color Cylindrical-coordinate representation of color #9BCCCF: hue angle of 183.46º degrees, saturation: 0.35, 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 #9BCCCF is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 204 | 207 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.19 |
| HSL | 183.46º | 0.35% | 0.71% | - |
| HSV(B) | 183.46º | 0.25% | 0.81% | - |
| XYZ | 46.37 | 54.66 | 67.14 | - |
| YUV | 189.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 204 | 207 | 0.25 | 0.01 | 0 | 0.19 | 183.46 | 0.35 | 0.71 |
| Hex | 9B | CC | CF | 19 | 1 | 0 | 13 | B7 | 23 | 47 |
| Octal | 233 | 314 | 317 | 31 | 1 | 0 | 23 | 267 | 43 | 107 |
| Binary | 10011011 | 11001100 | 11001111 | 11001 | 1 | 0 | 10011 | 10110111 | 100011 | 1000111 |
Color Harmonies of #9BCCCF
Complementary color
Monochromatic Colors of #9BCCCF
Black with #9BCCCF
Text Example
Text Example
White with #9BCCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCCCF; }
p { color: rgb(155,204,207); }
H1.HeaderClassName
{
color: #9BCCCF;
}
.AnyTagClassName
{
color: #9BCCCF;
}
</style>
background-color css
<style>
a { background-color: #9BCCCF; }
a { background-color: rgb(155,204,207); }
div.DivClassName
{
background-color: #9BCCCF;
}
.BgClassName
{
background-color: #9BCCCF;
}
</style>
border-color css
<style>
span { border-color: #9BCCCF; }
span { border-color: rgb(155,204,207); }
td.TdClassName
{
border-color: #9BCCCF;
}
.TagClassName
{
border-color: #9BCCCF;
}
</style>