Shades of Morning Glory #96C3C4
Tints of Morning Glory #96C3C4
RGB
CMYK
RGB Variations
Color information
#96C3C4 (or 0x96C3C4) is known color: Morning Glory. HEX triplet: 96, C3 and C4. RGB value is (150,195,196). Sum of RGB (Red+Green+Blue) = 150+195+196=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 196 - color contains mainly: blue. Hex color #96C3C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96C3C4 is #693C3B. Grayscale: #B5B5B5. Windows color (decimal): -6896700 or 12895126. OLE color: 12895126.
HSL color Cylindrical-coordinate representation of color #96C3C4: hue angle of 181.3º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96C3C4 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 150 | 195 | 196 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.23 |
| HSL | 181.3º | 0.28% | 0.68% | - |
| HSV(B) | 181.3º | 0.23% | 0.77% | - |
| XYZ | 42.06 | 49.5 | 59.56 | - |
| YUV | 181.66 | 136.09 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 195 | 196 | 0.23 | 0.01 | 0 | 0.23 | 181.3 | 0.28 | 0.68 |
| Hex | 96 | C3 | C4 | 17 | 1 | 0 | 17 | B5 | 1C | 44 |
| Octal | 226 | 303 | 304 | 27 | 1 | 0 | 27 | 265 | 34 | 104 |
| Binary | 10010110 | 11000011 | 11000100 | 10111 | 1 | 0 | 10111 | 10110101 | 11100 | 1000100 |
Color Harmonies of #96C3C4
Complementary color
Monochromatic Colors of #96C3C4
Black with #96C3C4
Text Example
Text Example
White with #96C3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C3C4; }
p { color: rgb(150,195,196); }
H1.HeaderClassName
{
color: #96C3C4;
}
.AnyTagClassName
{
color: #96C3C4;
}
</style>
background-color css
<style>
a { background-color: #96C3C4; }
a { background-color: rgb(150,195,196); }
div.DivClassName
{
background-color: #96C3C4;
}
.BgClassName
{
background-color: #96C3C4;
}
</style>
border-color css
<style>
span { border-color: #96C3C4; }
span { border-color: rgb(150,195,196); }
td.TdClassName
{
border-color: #96C3C4;
}
.TagClassName
{
border-color: #96C3C4;
}
</style>