Shades of Morning Glory #95C9D0
Tints of Morning Glory #95C9D0
RGB
CMYK
RGB Variations
Color information
#95C9D0 (or 0x95C9D0) is known color: Morning Glory. HEX triplet: 95, C9 and D0. RGB value is (149,201,208). Sum of RGB (Red+Green+Blue) = 149+201+208=558 (73% of max value = 765). Red value is 149 (58.59% from 255 or 26.70% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #95C9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C9D0 is #6A362F. Grayscale: #BABABA. Windows color (decimal): -6960688 or 13683093. OLE color: 13683093.
HSL color Cylindrical-coordinate representation of color #95C9D0: hue angle of 187.12º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95C9D0 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 201 | 208 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.18 |
| HSL | 187.12º | 0.39% | 0.7% | - |
| HSV(B) | 187.12º | 0.28% | 0.82% | - |
| XYZ | 44.67 | 52.72 | 67.5 | - |
| YUV | 186.25 | 140.27 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 201 | 208 | 0.28 | 0.03 | 0 | 0.18 | 187.12 | 0.39 | 0.7 |
| Hex | 95 | C9 | D0 | 1C | 3 | 0 | 12 | BB | 27 | 46 |
| Octal | 225 | 311 | 320 | 34 | 3 | 0 | 22 | 273 | 47 | 106 |
| Binary | 10010101 | 11001001 | 11010000 | 11100 | 11 | 0 | 10010 | 10111011 | 100111 | 1000110 |
Color Harmonies of #95C9D0
Complementary color
Monochromatic Colors of #95C9D0
Black with #95C9D0
Text Example
Text Example
White with #95C9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C9D0; }
p { color: rgb(149,201,208); }
H1.HeaderClassName
{
color: #95C9D0;
}
.AnyTagClassName
{
color: #95C9D0;
}
</style>
background-color css
<style>
a { background-color: #95C9D0; }
a { background-color: rgb(149,201,208); }
div.DivClassName
{
background-color: #95C9D0;
}
.BgClassName
{
background-color: #95C9D0;
}
</style>
border-color css
<style>
span { border-color: #95C9D0; }
span { border-color: rgb(149,201,208); }
td.TdClassName
{
border-color: #95C9D0;
}
.TagClassName
{
border-color: #95C9D0;
}
</style>