Shades of Morning Glory #94BFC1
Tints of Morning Glory #94BFC1
RGB
CMYK
RGB Variations
Color information
#94BFC1 (or 0x94BFC1) is known color: Morning Glory. HEX triplet: 94, BF and C1. RGB value is (148,191,193). Sum of RGB (Red+Green+Blue) = 148+191+193=532 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.82% from 532); Green value is 191 (75% from 255 or 35.90% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 193 - color contains mainly: blue. Hex color #94BFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94BFC1 is #6B403E. Grayscale: #B2B2B2. Windows color (decimal): -7028799 or 12697492. OLE color: 12697492.
HSL color Cylindrical-coordinate representation of color #94BFC1: hue angle of 182.67º 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 #94BFC1 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 148 | 191 | 193 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.24 |
| HSL | 182.67º | 0.27% | 0.67% | - |
| HSV(B) | 182.67º | 0.23% | 0.76% | - |
| XYZ | 40.47 | 47.41 | 57.47 | - |
| YUV | 178.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 191 | 193 | 0.23 | 0.01 | 0 | 0.24 | 182.67 | 0.27 | 0.67 |
| Hex | 94 | BF | C1 | 17 | 1 | 0 | 18 | B7 | 1B | 43 |
| Octal | 224 | 277 | 301 | 27 | 1 | 0 | 30 | 267 | 33 | 103 |
| Binary | 10010100 | 10111111 | 11000001 | 10111 | 1 | 0 | 11000 | 10110111 | 11011 | 1000011 |
Color Harmonies of #94BFC1
Complementary color
Monochromatic Colors of #94BFC1
Black with #94BFC1
Text Example
Text Example
White with #94BFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94BFC1; }
p { color: rgb(148,191,193); }
H1.HeaderClassName
{
color: #94BFC1;
}
.AnyTagClassName
{
color: #94BFC1;
}
</style>
background-color css
<style>
a { background-color: #94BFC1; }
a { background-color: rgb(148,191,193); }
div.DivClassName
{
background-color: #94BFC1;
}
.BgClassName
{
background-color: #94BFC1;
}
</style>
border-color css
<style>
span { border-color: #94BFC1; }
span { border-color: rgb(148,191,193); }
td.TdClassName
{
border-color: #94BFC1;
}
.TagClassName
{
border-color: #94BFC1;
}
</style>