Shades of Morning Glory #95CBD1
Tints of Morning Glory #95CBD1
RGB
CMYK
RGB Variations
Color information
#95CBD1 (or 0x95CBD1) is known color: Morning Glory. HEX triplet: 95, CB and D1. RGB value is (149,203,209). Sum of RGB (Red+Green+Blue) = 149+203+209=561 (74% of max value = 765). Red value is 149 (58.59% from 255 or 26.56% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 209 - color contains mainly: blue. Hex color #95CBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95CBD1 is #6A342E. Grayscale: #BBBBBB. Windows color (decimal): -6960175 or 13749141. OLE color: 13749141.
HSL color Cylindrical-coordinate representation of color #95CBD1: hue angle of 186º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95CBD1 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 203 | 209 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.18 |
| HSL | 186º | 0.39% | 0.7% | - |
| HSV(B) | 186º | 0.29% | 0.82% | - |
| XYZ | 45.26 | 53.7 | 68.3 | - |
| YUV | 187.54 | 140.11 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 203 | 209 | 0.29 | 0.03 | 0 | 0.18 | 186 | 0.39 | 0.7 |
| Hex | 95 | CB | D1 | 1D | 3 | 0 | 12 | BA | 27 | 46 |
| Octal | 225 | 313 | 321 | 35 | 3 | 0 | 22 | 272 | 47 | 106 |
| Binary | 10010101 | 11001011 | 11010001 | 11101 | 11 | 0 | 10010 | 10111010 | 100111 | 1000110 |
Color Harmonies of #95CBD1
Complementary color
Monochromatic Colors of #95CBD1
Black with #95CBD1
Text Example
Text Example
White with #95CBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CBD1; }
p { color: rgb(149,203,209); }
H1.HeaderClassName
{
color: #95CBD1;
}
.AnyTagClassName
{
color: #95CBD1;
}
</style>
background-color css
<style>
a { background-color: #95CBD1; }
a { background-color: rgb(149,203,209); }
div.DivClassName
{
background-color: #95CBD1;
}
.BgClassName
{
background-color: #95CBD1;
}
</style>
border-color css
<style>
span { border-color: #95CBD1; }
span { border-color: rgb(149,203,209); }
td.TdClassName
{
border-color: #95CBD1;
}
.TagClassName
{
border-color: #95CBD1;
}
</style>