Shades of Morning Glory #9BC9CA
Tints of Morning Glory #9BC9CA
RGB
CMYK
RGB Variations
Color information
#9BC9CA (or 0x9BC9CA) is known color: Morning Glory. HEX triplet: 9B, C9 and CA. RGB value is (155,201,202). Sum of RGB (Red+Green+Blue) = 155+201+202=558 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.78% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BC9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC9CA is #643635. Grayscale: #BBBBBB. Windows color (decimal): -6567478 or 13289883. OLE color: 13289883.
HSL color Cylindrical-coordinate representation of color #9BC9CA: hue angle of 181.28º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BC9CA is Cyan = 0.23, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 201 | 202 | - |
| CMYK | 0.23 | 0.00 | 0 | 0.21 |
| HSL | 181.28º | 0.31% | 0.7% | - |
| HSV(B) | 181.28º | 0.23% | 0.79% | - |
| XYZ | 45.06 | 53.01 | 63.73 | - |
| YUV | 187.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 201 | 202 | 0.23 | 0.00 | 0 | 0.21 | 181.28 | 0.31 | 0.7 |
| Hex | 9B | C9 | CA | 17 | 0 | 0 | 15 | B5 | 1F | 46 |
| Octal | 233 | 311 | 312 | 27 | 0 | 0 | 25 | 265 | 37 | 106 |
| Binary | 10011011 | 11001001 | 11001010 | 10111 | 0 | 0 | 10101 | 10110101 | 11111 | 1000110 |
Color Harmonies of #9BC9CA
Complementary color
Monochromatic Colors of #9BC9CA
Black with #9BC9CA
Text Example
Text Example
White with #9BC9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC9CA; }
p { color: rgb(155,201,202); }
H1.HeaderClassName
{
color: #9BC9CA;
}
.AnyTagClassName
{
color: #9BC9CA;
}
</style>
background-color css
<style>
a { background-color: #9BC9CA; }
a { background-color: rgb(155,201,202); }
div.DivClassName
{
background-color: #9BC9CA;
}
.BgClassName
{
background-color: #9BC9CA;
}
</style>
border-color css
<style>
span { border-color: #9BC9CA; }
span { border-color: rgb(155,201,202); }
td.TdClassName
{
border-color: #9BC9CA;
}
.TagClassName
{
border-color: #9BC9CA;
}
</style>