Shades of Morning Glory #96CED2
Tints of Morning Glory #96CED2
RGB
CMYK
RGB Variations
Color information
#96CED2 (or 0x96CED2) is known color: Morning Glory. HEX triplet: 96, CE and D2. RGB value is (150,206,210). Sum of RGB (Red+Green+Blue) = 150+206+210=566 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.50% from 566); Green value is 206 (80.86% from 255 or 36.40% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #96CED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CED2 is #69312D. Grayscale: #BDBDBD. Windows color (decimal): -6893870 or 13815446. OLE color: 13815446.
HSL color Cylindrical-coordinate representation of color #96CED2: hue angle of 184º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96CED2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 206 | 210 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.18 |
| HSL | 184º | 0.4% | 0.71% | - |
| HSV(B) | 184º | 0.29% | 0.82% | - |
| XYZ | 46.28 | 55.28 | 69.2 | - |
| YUV | 189.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 210 | 0.29 | 0.02 | 0 | 0.18 | 184 | 0.4 | 0.71 |
| Hex | 96 | CE | D2 | 1D | 2 | 0 | 12 | B8 | 28 | 47 |
| Octal | 226 | 316 | 322 | 35 | 2 | 0 | 22 | 270 | 50 | 107 |
| Binary | 10010110 | 11001110 | 11010010 | 11101 | 10 | 0 | 10010 | 10111000 | 101000 | 1000111 |
Color Harmonies of #96CED2
Complementary color
Monochromatic Colors of #96CED2
Black with #96CED2
Text Example
Text Example
White with #96CED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CED2; }
p { color: rgb(150,206,210); }
H1.HeaderClassName
{
color: #96CED2;
}
.AnyTagClassName
{
color: #96CED2;
}
</style>
background-color css
<style>
a { background-color: #96CED2; }
a { background-color: rgb(150,206,210); }
div.DivClassName
{
background-color: #96CED2;
}
.BgClassName
{
background-color: #96CED2;
}
</style>
border-color css
<style>
span { border-color: #96CED2; }
span { border-color: rgb(150,206,210); }
td.TdClassName
{
border-color: #96CED2;
}
.TagClassName
{
border-color: #96CED2;
}
</style>