Shades of Morning Glory #95DCDB
Tints of Morning Glory #95DCDB
RGB
CMYK
RGB Variations
Color information
#95DCDB (or 0x95DCDB) is known color: Morning Glory. HEX triplet: 95, DC and DB. RGB value is (149,220,219). Sum of RGB (Red+Green+Blue) = 149+220+219=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #95DCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95DCDB is #6A2324. Grayscale: #C6C6C6. Windows color (decimal): -6955813 or 14408853. OLE color: 14408853.
HSL color Cylindrical-coordinate representation of color #95DCDB: hue angle of 179.15º 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 #95DCDB is Cyan = 0.32, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 220 | 219 | - |
| CMYK | 0.32 | 0 | 0.00 | 0.14 |
| HSL | 179.15º | 0.5% | 0.72% | - |
| HSV(B) | 179.15º | 0.32% | 0.86% | - |
| XYZ | 50.77 | 62.69 | 76.44 | - |
| YUV | 198.66 | 139.48 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 220 | 219 | 0.32 | 0 | 0.00 | 0.14 | 179.15 | 0.5 | 0.72 |
| Hex | 95 | DC | DB | 20 | 0 | 0 | E | B3 | 32 | 48 |
| Octal | 225 | 334 | 333 | 40 | 0 | 0 | 16 | 263 | 62 | 110 |
| Binary | 10010101 | 11011100 | 11011011 | 100000 | 0 | 0 | 1110 | 10110011 | 110010 | 1001000 |
Color Harmonies of #95DCDB
Complementary color
Monochromatic Colors of #95DCDB
Black with #95DCDB
Text Example
Text Example
White with #95DCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95DCDB; }
p { color: rgb(149,220,219); }
H1.HeaderClassName
{
color: #95DCDB;
}
.AnyTagClassName
{
color: #95DCDB;
}
</style>
background-color css
<style>
a { background-color: #95DCDB; }
a { background-color: rgb(149,220,219); }
div.DivClassName
{
background-color: #95DCDB;
}
.BgClassName
{
background-color: #95DCDB;
}
</style>
border-color css
<style>
span { border-color: #95DCDB; }
span { border-color: rgb(149,220,219); }
td.TdClassName
{
border-color: #95DCDB;
}
.TagClassName
{
border-color: #95DCDB;
}
</style>