Shades of Morning Glory #95D0D5
Tints of Morning Glory #95D0D5
RGB
CMYK
RGB Variations
Color information
#95D0D5 (or 0x95D0D5) is known color: Morning Glory. HEX triplet: 95, D0 and D5. RGB value is (149,208,213). Sum of RGB (Red+Green+Blue) = 149+208+213=570 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.14% from 570); Green value is 208 (81.64% from 255 or 36.49% from 570); Blue value is 213 (83.59% from 255 or 37.37% from 570); Max value from RGB is 213 - color contains mainly: blue. Hex color #95D0D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0D5 is #6A2F2A. Grayscale: #BEBEBE. Windows color (decimal): -6958891 or 14012565. OLE color: 14012565.
HSL color Cylindrical-coordinate representation of color #95D0D5: hue angle of 184.69º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95D0D5 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 208 | 213 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.16 |
| HSL | 184.69º | 0.43% | 0.71% | - |
| HSV(B) | 184.69º | 0.3% | 0.84% | - |
| XYZ | 46.96 | 56.31 | 71.34 | - |
| YUV | 190.93 | 140.45 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 213 | 0.30 | 0.02 | 0 | 0.16 | 184.69 | 0.43 | 0.71 |
| Hex | 95 | D0 | D5 | 1E | 2 | 0 | 10 | B9 | 2B | 47 |
| Octal | 225 | 320 | 325 | 36 | 2 | 0 | 20 | 271 | 53 | 107 |
| Binary | 10010101 | 11010000 | 11010101 | 11110 | 10 | 0 | 10000 | 10111001 | 101011 | 1000111 |
Color Harmonies of #95D0D5
Complementary color
Monochromatic Colors of #95D0D5
Black with #95D0D5
Text Example
Text Example
White with #95D0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D0D5; }
p { color: rgb(149,208,213); }
H1.HeaderClassName
{
color: #95D0D5;
}
.AnyTagClassName
{
color: #95D0D5;
}
</style>
background-color css
<style>
a { background-color: #95D0D5; }
a { background-color: rgb(149,208,213); }
div.DivClassName
{
background-color: #95D0D5;
}
.BgClassName
{
background-color: #95D0D5;
}
</style>
border-color css
<style>
span { border-color: #95D0D5; }
span { border-color: rgb(149,208,213); }
td.TdClassName
{
border-color: #95D0D5;
}
.TagClassName
{
border-color: #95D0D5;
}
</style>