Shades of Morning Glory #95D0D8
Tints of Morning Glory #95D0D8
RGB
CMYK
RGB Variations
Color information
#95D0D8 (or 0x95D0D8) is known color: Morning Glory. HEX triplet: 95, D0 and D8. RGB value is (149,208,216). Sum of RGB (Red+Green+Blue) = 149+208+216=573 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.00% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #95D0D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0D8 is #6A2F27. Grayscale: #BFBFBF. Windows color (decimal): -6958888 or 14209173. OLE color: 14209173.
HSL color Cylindrical-coordinate representation of color #95D0D8: hue angle of 187.16º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D0D8 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 208 | 216 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.15 |
| HSL | 187.16º | 0.46% | 0.72% | - |
| HSV(B) | 187.16º | 0.31% | 0.85% | - |
| XYZ | 47.34 | 56.46 | 73.37 | - |
| YUV | 191.27 | 141.95 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 216 | 0.31 | 0.04 | 0 | 0.15 | 187.16 | 0.46 | 0.72 |
| Hex | 95 | D0 | D8 | 1F | 4 | 0 | F | BB | 2E | 48 |
| Octal | 225 | 320 | 330 | 37 | 4 | 0 | 17 | 273 | 56 | 110 |
| Binary | 10010101 | 11010000 | 11011000 | 11111 | 100 | 0 | 1111 | 10111011 | 101110 | 1001000 |
Color Harmonies of #95D0D8
Complementary color
Monochromatic Colors of #95D0D8
Black with #95D0D8
Text Example
Text Example
White with #95D0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D0D8; }
p { color: rgb(149,208,216); }
H1.HeaderClassName
{
color: #95D0D8;
}
.AnyTagClassName
{
color: #95D0D8;
}
</style>
background-color css
<style>
a { background-color: #95D0D8; }
a { background-color: rgb(149,208,216); }
div.DivClassName
{
background-color: #95D0D8;
}
.BgClassName
{
background-color: #95D0D8;
}
</style>
border-color css
<style>
span { border-color: #95D0D8; }
span { border-color: rgb(149,208,216); }
td.TdClassName
{
border-color: #95D0D8;
}
.TagClassName
{
border-color: #95D0D8;
}
</style>