Shades of Morning Glory #95D5D7
Tints of Morning Glory #95D5D7
RGB
CMYK
RGB Variations
Color information
#95D5D7 (or 0x95D5D7) is known color: Morning Glory. HEX triplet: 95, D5 and D7. RGB value is (149,213,215). Sum of RGB (Red+Green+Blue) = 149+213+215=577 (76% of max value = 765). Red value is 149 (58.59% from 255 or 25.82% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #95D5D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D5D7 is #6A2A28. Grayscale: #C2C2C2. Windows color (decimal): -6957609 or 14144917. OLE color: 14144917.
HSL color Cylindrical-coordinate representation of color #95D5D7: hue angle of 181.82º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #95D5D7 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 213 | 215 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.16 |
| HSL | 181.82º | 0.45% | 0.71% | - |
| HSV(B) | 181.82º | 0.31% | 0.84% | - |
| XYZ | 48.45 | 58.88 | 73.1 | - |
| YUV | 194.09 | 139.8 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 213 | 215 | 0.31 | 0.01 | 0 | 0.16 | 181.82 | 0.45 | 0.71 |
| Hex | 95 | D5 | D7 | 1F | 1 | 0 | 10 | B6 | 2D | 47 |
| Octal | 225 | 325 | 327 | 37 | 1 | 0 | 20 | 266 | 55 | 107 |
| Binary | 10010101 | 11010101 | 11010111 | 11111 | 1 | 0 | 10000 | 10110110 | 101101 | 1000111 |
Color Harmonies of #95D5D7
Complementary color
Monochromatic Colors of #95D5D7
Black with #95D5D7
Text Example
Text Example
White with #95D5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D5D7; }
p { color: rgb(149,213,215); }
H1.HeaderClassName
{
color: #95D5D7;
}
.AnyTagClassName
{
color: #95D5D7;
}
</style>
background-color css
<style>
a { background-color: #95D5D7; }
a { background-color: rgb(149,213,215); }
div.DivClassName
{
background-color: #95D5D7;
}
.BgClassName
{
background-color: #95D5D7;
}
</style>
border-color css
<style>
span { border-color: #95D5D7; }
span { border-color: rgb(149,213,215); }
td.TdClassName
{
border-color: #95D5D7;
}
.TagClassName
{
border-color: #95D5D7;
}
</style>