Shades of Morning Glory #95D8DC
Tints of Morning Glory #95D8DC
RGB
CMYK
RGB Variations
Color information
#95D8DC (or 0x95D8DC) is known color: Morning Glory. HEX triplet: 95, D8 and DC. RGB value is (149,216,220). Sum of RGB (Red+Green+Blue) = 149+216+220=585 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.47% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #95D8DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D8DC is #6A2723. Grayscale: #C4C4C4. Windows color (decimal): -6956836 or 14473365. OLE color: 14473365.
HSL color Cylindrical-coordinate representation of color #95D8DC: hue angle of 183.38º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95D8DC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 216 | 220 | - |
| CMYK | 0.32 | 0.02 | 0 | 0.14 |
| HSL | 183.38º | 0.5% | 0.72% | - |
| HSV(B) | 183.38º | 0.32% | 0.86% | - |
| XYZ | 49.87 | 60.67 | 76.79 | - |
| YUV | 196.42 | 141.3 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 216 | 220 | 0.32 | 0.02 | 0 | 0.14 | 183.38 | 0.5 | 0.72 |
| Hex | 95 | D8 | DC | 20 | 2 | 0 | E | B7 | 32 | 48 |
| Octal | 225 | 330 | 334 | 40 | 2 | 0 | 16 | 267 | 62 | 110 |
| Binary | 10010101 | 11011000 | 11011100 | 100000 | 10 | 0 | 1110 | 10110111 | 110010 | 1001000 |
Color Harmonies of #95D8DC
Complementary color
Monochromatic Colors of #95D8DC
Black with #95D8DC
Text Example
Text Example
White with #95D8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D8DC; }
p { color: rgb(149,216,220); }
H1.HeaderClassName
{
color: #95D8DC;
}
.AnyTagClassName
{
color: #95D8DC;
}
</style>
background-color css
<style>
a { background-color: #95D8DC; }
a { background-color: rgb(149,216,220); }
div.DivClassName
{
background-color: #95D8DC;
}
.BgClassName
{
background-color: #95D8DC;
}
</style>
border-color css
<style>
span { border-color: #95D8DC; }
span { border-color: rgb(149,216,220); }
td.TdClassName
{
border-color: #95D8DC;
}
.TagClassName
{
border-color: #95D8DC;
}
</style>