Shades of Morning Glory #95C3CA
Tints of Morning Glory #95C3CA
RGB
CMYK
RGB Variations
Color information
#95C3CA (or 0x95C3CA) is known color: Morning Glory. HEX triplet: 95, C3 and CA. RGB value is (149,195,202). Sum of RGB (Red+Green+Blue) = 149+195+202=546 (72% of max value = 765). Red value is 149 (58.59% from 255 or 27.29% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 202 - color contains mainly: blue. Hex color #95C3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #95C3CA is #6A3C35. Grayscale: #B5B5B5. Windows color (decimal): -6962230 or 13288341. OLE color: 13288341.
HSL color Cylindrical-coordinate representation of color #95C3CA: hue angle of 187.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #95C3CA is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 195 | 202 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.21 |
| HSL | 187.92º | 0.33% | 0.69% | - |
| HSV(B) | 187.92º | 0.26% | 0.79% | - |
| XYZ | 42.57 | 49.68 | 63.22 | - |
| YUV | 182.04 | 139.26 | 104.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 202 | 0.26 | 0.03 | 0 | 0.21 | 187.92 | 0.33 | 0.69 |
| Hex | 95 | C3 | CA | 1A | 3 | 0 | 15 | BC | 21 | 45 |
| Octal | 225 | 303 | 312 | 32 | 3 | 0 | 25 | 274 | 41 | 105 |
| Binary | 10010101 | 11000011 | 11001010 | 11010 | 11 | 0 | 10101 | 10111100 | 100001 | 1000101 |
Color Harmonies of #95C3CA
Complementary color
Monochromatic Colors of #95C3CA
Black with #95C3CA
Text Example
Text Example
White with #95C3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C3CA; }
p { color: rgb(149,195,202); }
H1.HeaderClassName
{
color: #95C3CA;
}
.AnyTagClassName
{
color: #95C3CA;
}
</style>
background-color css
<style>
a { background-color: #95C3CA; }
a { background-color: rgb(149,195,202); }
div.DivClassName
{
background-color: #95C3CA;
}
.BgClassName
{
background-color: #95C3CA;
}
</style>
border-color css
<style>
span { border-color: #95C3CA; }
span { border-color: rgb(149,195,202); }
td.TdClassName
{
border-color: #95C3CA;
}
.TagClassName
{
border-color: #95C3CA;
}
</style>