Shades of Morning Glory #95D0D6
Tints of Morning Glory #95D0D6
RGB
CMYK
RGB Variations
Color information
#95D0D6 (or 0x95D0D6) is known color: Morning Glory. HEX triplet: 95, D0 and D6. RGB value is (149,208,214). Sum of RGB (Red+Green+Blue) = 149+208+214=571 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.09% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #95D0D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D0D6 is #6A2F29. Grayscale: #BEBEBE. Windows color (decimal): -6958890 or 14078101. OLE color: 14078101.
HSL color Cylindrical-coordinate representation of color #95D0D6: hue angle of 185.54º degrees, saturation: 0.44, 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 #95D0D6 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 208 | 214 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.16 |
| HSL | 185.54º | 0.44% | 0.71% | - |
| HSV(B) | 185.54º | 0.3% | 0.84% | - |
| XYZ | 47.09 | 56.36 | 72.01 | - |
| YUV | 191.04 | 140.95 | 98.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 208 | 214 | 0.30 | 0.03 | 0 | 0.16 | 185.54 | 0.44 | 0.71 |
| Hex | 95 | D0 | D6 | 1E | 3 | 0 | 10 | BA | 2C | 47 |
| Octal | 225 | 320 | 326 | 36 | 3 | 0 | 20 | 272 | 54 | 107 |
| Binary | 10010101 | 11010000 | 11010110 | 11110 | 11 | 0 | 10000 | 10111010 | 101100 | 1000111 |
Color Harmonies of #95D0D6
Complementary color
Monochromatic Colors of #95D0D6
Black with #95D0D6
Text Example
Text Example
White with #95D0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D0D6; }
p { color: rgb(149,208,214); }
H1.HeaderClassName
{
color: #95D0D6;
}
.AnyTagClassName
{
color: #95D0D6;
}
</style>
background-color css
<style>
a { background-color: #95D0D6; }
a { background-color: rgb(149,208,214); }
div.DivClassName
{
background-color: #95D0D6;
}
.BgClassName
{
background-color: #95D0D6;
}
</style>
border-color css
<style>
span { border-color: #95D0D6; }
span { border-color: rgb(149,208,214); }
td.TdClassName
{
border-color: #95D0D6;
}
.TagClassName
{
border-color: #95D0D6;
}
</style>