Shades of Morning Glory #94CBCD
Tints of Morning Glory #94CBCD
RGB
CMYK
RGB Variations
Color information
#94CBCD (or 0x94CBCD) is known color: Morning Glory. HEX triplet: 94, CB and CD. RGB value is (148,203,205). Sum of RGB (Red+Green+Blue) = 148+203+205=556 (73% of max value = 765). Red value is 148 (58.20% from 255 or 26.62% from 556); Green value is 203 (79.69% from 255 or 36.51% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #94CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CBCD is #6B3432. Grayscale: #BABABA. Windows color (decimal): -7025715 or 13486996. OLE color: 13486996.
HSL color Cylindrical-coordinate representation of color #94CBCD: hue angle of 182.11º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CBCD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 203 | 205 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.20 |
| HSL | 182.11º | 0.36% | 0.69% | - |
| HSV(B) | 182.11º | 0.28% | 0.8% | - |
| XYZ | 44.59 | 53.42 | 65.72 | - |
| YUV | 186.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 203 | 205 | 0.28 | 0.01 | 0 | 0.20 | 182.11 | 0.36 | 0.69 |
| Hex | 94 | CB | CD | 1C | 1 | 0 | 14 | B6 | 24 | 45 |
| Octal | 224 | 313 | 315 | 34 | 1 | 0 | 24 | 266 | 44 | 105 |
| Binary | 10010100 | 11001011 | 11001101 | 11100 | 1 | 0 | 10100 | 10110110 | 100100 | 1000101 |
Color Harmonies of #94CBCD
Complementary color
Monochromatic Colors of #94CBCD
Black with #94CBCD
Text Example
Text Example
White with #94CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94CBCD; }
p { color: rgb(148,203,205); }
H1.HeaderClassName
{
color: #94CBCD;
}
.AnyTagClassName
{
color: #94CBCD;
}
</style>
background-color css
<style>
a { background-color: #94CBCD; }
a { background-color: rgb(148,203,205); }
div.DivClassName
{
background-color: #94CBCD;
}
.BgClassName
{
background-color: #94CBCD;
}
</style>
border-color css
<style>
span { border-color: #94CBCD; }
span { border-color: rgb(148,203,205); }
td.TdClassName
{
border-color: #94CBCD;
}
.TagClassName
{
border-color: #94CBCD;
}
</style>