Shades of Morning Glory #95D9DE
Tints of Morning Glory #95D9DE
RGB
CMYK
RGB Variations
Color information
#95D9DE (or 0x95D9DE) is known color: Morning Glory. HEX triplet: 95, D9 and DE. RGB value is (149,217,222). Sum of RGB (Red+Green+Blue) = 149+217+222=588 (77% of max value = 765). Red value is 149 (58.59% from 255 or 25.34% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 222 (87.11% from 255 or 37.76% from 588); Max value from RGB is 222 - color contains mainly: blue. Hex color #95D9DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D9DE is #6A2621. Grayscale: #C5C5C5. Windows color (decimal): -6956578 or 14604693. OLE color: 14604693.
HSL color Cylindrical-coordinate representation of color #95D9DE: hue angle of 184.11º 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 #95D9DE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 217 | 222 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.13 |
| HSL | 184.11º | 0.53% | 0.73% | - |
| HSV(B) | 184.11º | 0.33% | 0.87% | - |
| XYZ | 50.39 | 61.29 | 78.28 | - |
| YUV | 197.24 | 141.97 | 93.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 217 | 222 | 0.33 | 0.02 | 0 | 0.13 | 184.11 | 0.53 | 0.73 |
| Hex | 95 | D9 | DE | 21 | 2 | 0 | D | B8 | 35 | 49 |
| Octal | 225 | 331 | 336 | 41 | 2 | 0 | 15 | 270 | 65 | 111 |
| Binary | 10010101 | 11011001 | 11011110 | 100001 | 10 | 0 | 1101 | 10111000 | 110101 | 1001001 |
Color Harmonies of #95D9DE
Complementary color
Monochromatic Colors of #95D9DE
Black with #95D9DE
Text Example
Text Example
White with #95D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D9DE; }
p { color: rgb(149,217,222); }
H1.HeaderClassName
{
color: #95D9DE;
}
.AnyTagClassName
{
color: #95D9DE;
}
</style>
background-color css
<style>
a { background-color: #95D9DE; }
a { background-color: rgb(149,217,222); }
div.DivClassName
{
background-color: #95D9DE;
}
.BgClassName
{
background-color: #95D9DE;
}
</style>
border-color css
<style>
span { border-color: #95D9DE; }
span { border-color: rgb(149,217,222); }
td.TdClassName
{
border-color: #95D9DE;
}
.TagClassName
{
border-color: #95D9DE;
}
</style>