Shades of Morning Glory #95DEDB
Tints of Morning Glory #95DEDB
RGB
CMYK
RGB Variations
Color information
#95DEDB (or 0x95DEDB) is known color: Morning Glory. HEX triplet: 95, DE and DB. RGB value is (149,222,219). Sum of RGB (Red+Green+Blue) = 149+222+219=590 (78% of max value = 765). Red value is 149 (58.59% from 255 or 25.25% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #95DEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DEDB is #6A2124. Grayscale: #C7C7C7. Windows color (decimal): -6955301 or 14409365. OLE color: 14409365.
HSL color Cylindrical-coordinate representation of color #95DEDB: hue angle of 177.53º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95DEDB is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 222 | 219 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.13 |
| HSL | 177.53º | 0.53% | 0.73% | - |
| HSV(B) | 177.53º | 0.33% | 0.87% | - |
| XYZ | 51.3 | 63.75 | 76.62 | - |
| YUV | 199.83 | 138.82 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 222 | 219 | 0.33 | 0 | 0.01 | 0.13 | 177.53 | 0.53 | 0.73 |
| Hex | 95 | DE | DB | 21 | 0 | 1 | D | B2 | 35 | 49 |
| Octal | 225 | 336 | 333 | 41 | 0 | 1 | 15 | 262 | 65 | 111 |
| Binary | 10010101 | 11011110 | 11011011 | 100001 | 0 | 1 | 1101 | 10110010 | 110101 | 1001001 |
Color Harmonies of #95DEDB
Complementary color
Monochromatic Colors of #95DEDB
Black with #95DEDB
Text Example
Text Example
White with #95DEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DEDB; }
p { color: rgb(149,222,219); }
H1.HeaderClassName
{
color: #95DEDB;
}
.AnyTagClassName
{
color: #95DEDB;
}
</style>
background-color css
<style>
a { background-color: #95DEDB; }
a { background-color: rgb(149,222,219); }
div.DivClassName
{
background-color: #95DEDB;
}
.BgClassName
{
background-color: #95DEDB;
}
</style>
border-color css
<style>
span { border-color: #95DEDB; }
span { border-color: rgb(149,222,219); }
td.TdClassName
{
border-color: #95DEDB;
}
.TagClassName
{
border-color: #95DEDB;
}
</style>