Shades of Morning Glory #95C1C2
Tints of Morning Glory #95C1C2
RGB
CMYK
RGB Variations
Color information
#95C1C2 (or 0x95C1C2) is known color: Morning Glory. HEX triplet: 95, C1 and C2. RGB value is (149,193,194). Sum of RGB (Red+Green+Blue) = 149+193+194=536 (70% of max value = 765). Red value is 149 (58.59% from 255 or 27.80% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 194 (76.17% from 255 or 36.19% from 536); Max value from RGB is 194 - color contains mainly: blue. Hex color #95C1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C1C2 is #6A3E3D. Grayscale: #B3B3B3. Windows color (decimal): -6962750 or 12763541. OLE color: 12763541.
HSL color Cylindrical-coordinate representation of color #95C1C2: hue angle of 181.33º degrees, saturation: 0.27, 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 #95C1C2 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 193 | 194 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.24 |
| HSL | 181.33º | 0.27% | 0.67% | - |
| HSV(B) | 181.33º | 0.23% | 0.76% | - |
| XYZ | 41.2 | 48.42 | 58.21 | - |
| YUV | 179.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 193 | 194 | 0.23 | 0.01 | 0 | 0.24 | 181.33 | 0.27 | 0.67 |
| Hex | 95 | C1 | C2 | 17 | 1 | 0 | 18 | B5 | 1B | 43 |
| Octal | 225 | 301 | 302 | 27 | 1 | 0 | 30 | 265 | 33 | 103 |
| Binary | 10010101 | 11000001 | 11000010 | 10111 | 1 | 0 | 11000 | 10110101 | 11011 | 1000011 |
Color Harmonies of #95C1C2
Complementary color
Monochromatic Colors of #95C1C2
Black with #95C1C2
Text Example
Text Example
White with #95C1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C1C2; }
p { color: rgb(149,193,194); }
H1.HeaderClassName
{
color: #95C1C2;
}
.AnyTagClassName
{
color: #95C1C2;
}
</style>
background-color css
<style>
a { background-color: #95C1C2; }
a { background-color: rgb(149,193,194); }
div.DivClassName
{
background-color: #95C1C2;
}
.BgClassName
{
background-color: #95C1C2;
}
</style>
border-color css
<style>
span { border-color: #95C1C2; }
span { border-color: rgb(149,193,194); }
td.TdClassName
{
border-color: #95C1C2;
}
.TagClassName
{
border-color: #95C1C2;
}
</style>