Shades of Morning Glory #95CFCB
Tints of Morning Glory #95CFCB
RGB
CMYK
RGB Variations
Color information
#95CFCB (or 0x95CFCB) is known color: Morning Glory. HEX triplet: 95, CF and CB. RGB value is (149,207,203). Sum of RGB (Red+Green+Blue) = 149+207+203=559 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.65% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 207 - color contains mainly: green. Hex color #95CFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CFCB is #6A3034. Grayscale: #BDBDBD. Windows color (decimal): -6959157 or 13356949. OLE color: 13356949.
HSL color Cylindrical-coordinate representation of color #95CFCB: hue angle of 175.86º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95CFCB is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 207 | 203 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.19 |
| HSL | 175.86º | 0.38% | 0.7% | - |
| HSV(B) | 175.86º | 0.28% | 0.81% | - |
| XYZ | 45.49 | 55.33 | 64.78 | - |
| YUV | 189.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 207 | 203 | 0.28 | 0 | 0.02 | 0.19 | 175.86 | 0.38 | 0.7 |
| Hex | 95 | CF | CB | 1C | 0 | 2 | 13 | B0 | 26 | 46 |
| Octal | 225 | 317 | 313 | 34 | 0 | 2 | 23 | 260 | 46 | 106 |
| Binary | 10010101 | 11001111 | 11001011 | 11100 | 0 | 10 | 10011 | 10110000 | 100110 | 1000110 |
Color Harmonies of #95CFCB
Complementary color
Monochromatic Colors of #95CFCB
Black with #95CFCB
Text Example
Text Example
White with #95CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CFCB; }
p { color: rgb(149,207,203); }
H1.HeaderClassName
{
color: #95CFCB;
}
.AnyTagClassName
{
color: #95CFCB;
}
</style>
background-color css
<style>
a { background-color: #95CFCB; }
a { background-color: rgb(149,207,203); }
div.DivClassName
{
background-color: #95CFCB;
}
.BgClassName
{
background-color: #95CFCB;
}
</style>
border-color css
<style>
span { border-color: #95CFCB; }
span { border-color: rgb(149,207,203); }
td.TdClassName
{
border-color: #95CFCB;
}
.TagClassName
{
border-color: #95CFCB;
}
</style>