Shades of Morning Glory #96CED3
Tints of Morning Glory #96CED3
RGB
CMYK
RGB Variations
Color information
#96CED3 (or 0x96CED3) is known color: Morning Glory. HEX triplet: 96, CE and D3. RGB value is (150,206,211). Sum of RGB (Red+Green+Blue) = 150+206+211=567 (75% of max value = 765). Red value is 150 (58.98% from 255 or 26.46% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 211 - color contains mainly: blue. Hex color #96CED3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CED3 is #69312C. Grayscale: #BDBDBD. Windows color (decimal): -6893869 or 13880982. OLE color: 13880982.
HSL color Cylindrical-coordinate representation of color #96CED3: hue angle of 184.92º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96CED3 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 206 | 211 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.17 |
| HSL | 184.92º | 0.41% | 0.71% | - |
| HSV(B) | 184.92º | 0.29% | 0.83% | - |
| XYZ | 46.41 | 55.33 | 69.86 | - |
| YUV | 189.83 | 139.95 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 211 | 0.29 | 0.02 | 0 | 0.17 | 184.92 | 0.41 | 0.71 |
| Hex | 96 | CE | D3 | 1D | 2 | 0 | 11 | B9 | 29 | 47 |
| Octal | 226 | 316 | 323 | 35 | 2 | 0 | 21 | 271 | 51 | 107 |
| Binary | 10010110 | 11001110 | 11010011 | 11101 | 10 | 0 | 10001 | 10111001 | 101001 | 1000111 |
Color Harmonies of #96CED3
Complementary color
Monochromatic Colors of #96CED3
Black with #96CED3
Text Example
Text Example
White with #96CED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CED3; }
p { color: rgb(150,206,211); }
H1.HeaderClassName
{
color: #96CED3;
}
.AnyTagClassName
{
color: #96CED3;
}
</style>
background-color css
<style>
a { background-color: #96CED3; }
a { background-color: rgb(150,206,211); }
div.DivClassName
{
background-color: #96CED3;
}
.BgClassName
{
background-color: #96CED3;
}
</style>
border-color css
<style>
span { border-color: #96CED3; }
span { border-color: rgb(150,206,211); }
td.TdClassName
{
border-color: #96CED3;
}
.TagClassName
{
border-color: #96CED3;
}
</style>