Shades of Morning Glory #95D3D0
Tints of Morning Glory #95D3D0
RGB
CMYK
RGB Variations
Color information
#95D3D0 (or 0x95D3D0) is known color: Morning Glory. HEX triplet: 95, D3 and D0. RGB value is (149,211,208). Sum of RGB (Red+Green+Blue) = 149+211+208=568 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.23% from 568); Green value is 211 (82.81% from 255 or 37.15% from 568); Blue value is 208 (81.64% from 255 or 36.62% from 568); Max value from RGB is 211 - color contains mainly: green. Hex color #95D3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95D3D0 is #6A2C2F. Grayscale: #C0C0C0. Windows color (decimal): -6958128 or 13685653. OLE color: 13685653.
HSL color Cylindrical-coordinate representation of color #95D3D0: hue angle of 177.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95D3D0 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 211 | 208 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.17 |
| HSL | 177.1º | 0.41% | 0.71% | - |
| HSV(B) | 177.1º | 0.29% | 0.83% | - |
| XYZ | 47.07 | 57.53 | 68.3 | - |
| YUV | 192.12 | 136.96 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 211 | 208 | 0.29 | 0 | 0.01 | 0.17 | 177.1 | 0.41 | 0.71 |
| Hex | 95 | D3 | D0 | 1D | 0 | 1 | 11 | B1 | 29 | 47 |
| Octal | 225 | 323 | 320 | 35 | 0 | 1 | 21 | 261 | 51 | 107 |
| Binary | 10010101 | 11010011 | 11010000 | 11101 | 0 | 1 | 10001 | 10110001 | 101001 | 1000111 |
Color Harmonies of #95D3D0
Complementary color
Monochromatic Colors of #95D3D0
Black with #95D3D0
Text Example
Text Example
White with #95D3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95D3D0; }
p { color: rgb(149,211,208); }
H1.HeaderClassName
{
color: #95D3D0;
}
.AnyTagClassName
{
color: #95D3D0;
}
</style>
background-color css
<style>
a { background-color: #95D3D0; }
a { background-color: rgb(149,211,208); }
div.DivClassName
{
background-color: #95D3D0;
}
.BgClassName
{
background-color: #95D3D0;
}
</style>
border-color css
<style>
span { border-color: #95D3D0; }
span { border-color: rgb(149,211,208); }
td.TdClassName
{
border-color: #95D3D0;
}
.TagClassName
{
border-color: #95D3D0;
}
</style>