Shades of Morning Glory #9BC2C4
Tints of Morning Glory #9BC2C4
RGB
CMYK
RGB Variations
Color information
#9BC2C4 (or 0x9BC2C4) is known color: Morning Glory. HEX triplet: 9B, C2 and C4. RGB value is (155,194,196). Sum of RGB (Red+Green+Blue) = 155+194+196=545 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.44% from 545); Green value is 194 (76.17% from 255 or 35.60% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 196 - color contains mainly: blue. Hex color #9BC2C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BC2C4 is #643D3B. Grayscale: #B6B6B6. Windows color (decimal): -6569276 or 12894875. OLE color: 12894875.
HSL color Cylindrical-coordinate representation of color #9BC2C4: hue angle of 182.93º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9BC2C4 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 155 | 194 | 196 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.23 |
| HSL | 182.93º | 0.26% | 0.69% | - |
| HSV(B) | 182.93º | 0.21% | 0.77% | - |
| XYZ | 42.77 | 49.54 | 59.53 | - |
| YUV | 182.57 | 135.58 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 194 | 196 | 0.21 | 0.01 | 0 | 0.23 | 182.93 | 0.26 | 0.69 |
| Hex | 9B | C2 | C4 | 15 | 1 | 0 | 17 | B7 | 1A | 45 |
| Octal | 233 | 302 | 304 | 25 | 1 | 0 | 27 | 267 | 32 | 105 |
| Binary | 10011011 | 11000010 | 11000100 | 10101 | 1 | 0 | 10111 | 10110111 | 11010 | 1000101 |
Color Harmonies of #9BC2C4
Complementary color
Monochromatic Colors of #9BC2C4
Black with #9BC2C4
Text Example
Text Example
White with #9BC2C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BC2C4; }
p { color: rgb(155,194,196); }
H1.HeaderClassName
{
color: #9BC2C4;
}
.AnyTagClassName
{
color: #9BC2C4;
}
</style>
background-color css
<style>
a { background-color: #9BC2C4; }
a { background-color: rgb(155,194,196); }
div.DivClassName
{
background-color: #9BC2C4;
}
.BgClassName
{
background-color: #9BC2C4;
}
</style>
border-color css
<style>
span { border-color: #9BC2C4; }
span { border-color: rgb(155,194,196); }
td.TdClassName
{
border-color: #9BC2C4;
}
.TagClassName
{
border-color: #9BC2C4;
}
</style>