Shades of Morning Glory #96CEC8
Tints of Morning Glory #96CEC8
RGB
CMYK
RGB Variations
Color information
#96CEC8 (or 0x96CEC8) is known color: Morning Glory. HEX triplet: 96, CE and C8. RGB value is (150,206,200). Sum of RGB (Red+Green+Blue) = 150+206+200=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 206 - color contains mainly: green. Hex color #96CEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CEC8 is #693137. Grayscale: #BCBCBC. Windows color (decimal): -6893880 or 13160086. OLE color: 13160086.
HSL color Cylindrical-coordinate representation of color #96CEC8: hue angle of 173.57º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96CEC8 is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 200 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.19 |
| HSL | 173.57º | 0.36% | 0.7% | - |
| HSV(B) | 173.57º | 0.27% | 0.81% | - |
| XYZ | 45.07 | 54.8 | 62.84 | - |
| YUV | 188.57 | 134.45 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 200 | 0.27 | 0 | 0.03 | 0.19 | 173.57 | 0.36 | 0.7 |
| Hex | 96 | CE | C8 | 1B | 0 | 3 | 13 | AE | 24 | 46 |
| Octal | 226 | 316 | 310 | 33 | 0 | 3 | 23 | 256 | 44 | 106 |
| Binary | 10010110 | 11001110 | 11001000 | 11011 | 0 | 11 | 10011 | 10101110 | 100100 | 1000110 |
Color Harmonies of #96CEC8
Complementary color
Monochromatic Colors of #96CEC8
Black with #96CEC8
Text Example
Text Example
White with #96CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CEC8; }
p { color: rgb(150,206,200); }
H1.HeaderClassName
{
color: #96CEC8;
}
.AnyTagClassName
{
color: #96CEC8;
}
</style>
background-color css
<style>
a { background-color: #96CEC8; }
a { background-color: rgb(150,206,200); }
div.DivClassName
{
background-color: #96CEC8;
}
.BgClassName
{
background-color: #96CEC8;
}
</style>
border-color css
<style>
span { border-color: #96CEC8; }
span { border-color: rgb(150,206,200); }
td.TdClassName
{
border-color: #96CEC8;
}
.TagClassName
{
border-color: #96CEC8;
}
</style>