Shades of Morning Glory #96CBD3
Tints of Morning Glory #96CBD3
RGB
CMYK
RGB Variations
Color information
#96CBD3 (or 0x96CBD3) is known color: Morning Glory. HEX triplet: 96, CB and D3. RGB value is (150,203,211). Sum of RGB (Red+Green+Blue) = 150+203+211=564 (74% of max value = 765). Red value is 150 (58.98% from 255 or 26.60% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 211 (82.81% from 255 or 37.41% from 564); Max value from RGB is 211 - color contains mainly: blue. Hex color #96CBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96CBD3 is #69342C. Grayscale: #BBBBBB. Windows color (decimal): -6894637 or 13880214. OLE color: 13880214.
HSL color Cylindrical-coordinate representation of color #96CBD3: hue angle of 187.87º 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 #96CBD3 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 203 | 211 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.17 |
| HSL | 187.87º | 0.41% | 0.71% | - |
| HSV(B) | 187.87º | 0.29% | 0.83% | - |
| XYZ | 45.69 | 53.9 | 69.62 | - |
| YUV | 188.07 | 140.94 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 203 | 211 | 0.29 | 0.04 | 0 | 0.17 | 187.87 | 0.41 | 0.71 |
| Hex | 96 | CB | D3 | 1D | 4 | 0 | 11 | BC | 29 | 47 |
| Octal | 226 | 313 | 323 | 35 | 4 | 0 | 21 | 274 | 51 | 107 |
| Binary | 10010110 | 11001011 | 11010011 | 11101 | 100 | 0 | 10001 | 10111100 | 101001 | 1000111 |
Color Harmonies of #96CBD3
Complementary color
Monochromatic Colors of #96CBD3
Black with #96CBD3
Text Example
Text Example
White with #96CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CBD3; }
p { color: rgb(150,203,211); }
H1.HeaderClassName
{
color: #96CBD3;
}
.AnyTagClassName
{
color: #96CBD3;
}
</style>
background-color css
<style>
a { background-color: #96CBD3; }
a { background-color: rgb(150,203,211); }
div.DivClassName
{
background-color: #96CBD3;
}
.BgClassName
{
background-color: #96CBD3;
}
</style>
border-color css
<style>
span { border-color: #96CBD3; }
span { border-color: rgb(150,203,211); }
td.TdClassName
{
border-color: #96CBD3;
}
.TagClassName
{
border-color: #96CBD3;
}
</style>