Shades of Morning Glory #95BFC1
Tints of Morning Glory #95BFC1
RGB
CMYK
RGB Variations
Color information
#95BFC1 (or 0x95BFC1) is known color: Morning Glory. HEX triplet: 95, BF and C1. RGB value is (149,191,193). Sum of RGB (Red+Green+Blue) = 149+191+193=533 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.95% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 193 (75.78% from 255 or 36.21% from 533); Max value from RGB is 193 - color contains mainly: blue. Hex color #95BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95BFC1 is #6A403E. Grayscale: #B2B2B2. Windows color (decimal): -6963263 or 12697493. OLE color: 12697493.
HSL color Cylindrical-coordinate representation of color #95BFC1: hue angle of 182.73º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95BFC1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 191 | 193 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.24 |
| HSL | 182.73º | 0.26% | 0.67% | - |
| HSV(B) | 182.73º | 0.23% | 0.76% | - |
| XYZ | 40.65 | 47.5 | 57.48 | - |
| YUV | 178.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 191 | 193 | 0.23 | 0.01 | 0 | 0.24 | 182.73 | 0.26 | 0.67 |
| Hex | 95 | BF | C1 | 17 | 1 | 0 | 18 | B7 | 1A | 43 |
| Octal | 225 | 277 | 301 | 27 | 1 | 0 | 30 | 267 | 32 | 103 |
| Binary | 10010101 | 10111111 | 11000001 | 10111 | 1 | 0 | 11000 | 10110111 | 11010 | 1000011 |
Color Harmonies of #95BFC1
Complementary color
Monochromatic Colors of #95BFC1
Black with #95BFC1
Text Example
Text Example
White with #95BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95BFC1; }
p { color: rgb(149,191,193); }
H1.HeaderClassName
{
color: #95BFC1;
}
.AnyTagClassName
{
color: #95BFC1;
}
</style>
background-color css
<style>
a { background-color: #95BFC1; }
a { background-color: rgb(149,191,193); }
div.DivClassName
{
background-color: #95BFC1;
}
.BgClassName
{
background-color: #95BFC1;
}
</style>
border-color css
<style>
span { border-color: #95BFC1; }
span { border-color: rgb(149,191,193); }
td.TdClassName
{
border-color: #95BFC1;
}
.TagClassName
{
border-color: #95BFC1;
}
</style>