Shades of Morning Glory #96CDD2
Tints of Morning Glory #96CDD2
RGB
CMYK
RGB Variations
Color information
#96CDD2 (or 0x96CDD2) is known color: Morning Glory. HEX triplet: 96, CD and D2. RGB value is (150,205,210). Sum of RGB (Red+Green+Blue) = 150+205+210=565 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.55% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #96CDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CDD2 is #69322D. Grayscale: #BDBDBD. Windows color (decimal): -6894126 or 13815190. OLE color: 13815190.
HSL color Cylindrical-coordinate representation of color #96CDD2: hue angle of 185º 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 #96CDD2 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 205 | 210 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.18 |
| HSL | 185º | 0.4% | 0.71% | - |
| HSV(B) | 185º | 0.29% | 0.82% | - |
| XYZ | 46.04 | 54.8 | 69.12 | - |
| YUV | 189.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 205 | 210 | 0.29 | 0.02 | 0 | 0.18 | 185 | 0.4 | 0.71 |
| Hex | 96 | CD | D2 | 1D | 2 | 0 | 12 | B9 | 28 | 47 |
| Octal | 226 | 315 | 322 | 35 | 2 | 0 | 22 | 271 | 50 | 107 |
| Binary | 10010110 | 11001101 | 11010010 | 11101 | 10 | 0 | 10010 | 10111001 | 101000 | 1000111 |
Color Harmonies of #96CDD2
Complementary color
Monochromatic Colors of #96CDD2
Black with #96CDD2
Text Example
Text Example
White with #96CDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CDD2; }
p { color: rgb(150,205,210); }
H1.HeaderClassName
{
color: #96CDD2;
}
.AnyTagClassName
{
color: #96CDD2;
}
</style>
background-color css
<style>
a { background-color: #96CDD2; }
a { background-color: rgb(150,205,210); }
div.DivClassName
{
background-color: #96CDD2;
}
.BgClassName
{
background-color: #96CDD2;
}
</style>
border-color css
<style>
span { border-color: #96CDD2; }
span { border-color: rgb(150,205,210); }
td.TdClassName
{
border-color: #96CDD2;
}
.TagClassName
{
border-color: #96CDD2;
}
</style>