Shades of Morning Glory #93CBCD
Tints of Morning Glory #93CBCD
RGB
CMYK
RGB Variations
Color information
#93CBCD (or 0x93CBCD) is known color: Morning Glory. HEX triplet: 93, CB and CD. RGB value is (147,203,205). Sum of RGB (Red+Green+Blue) = 147+203+205=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 203 (79.69% from 255 or 36.58% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #93CBCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBCD is #6C3432. Grayscale: #BABABA. Windows color (decimal): -7091251 or 13486995. OLE color: 13486995.
HSL color Cylindrical-coordinate representation of color #93CBCD: hue angle of 182.07º degrees, saturation: 0.37, 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 #93CBCD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 203 | 205 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.20 |
| HSL | 182.07º | 0.37% | 0.69% | - |
| HSV(B) | 182.07º | 0.28% | 0.8% | - |
| XYZ | 44.41 | 53.32 | 65.71 | - |
| YUV | 186.48 | 138.45 | 99.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 205 | 0.28 | 0.01 | 0 | 0.20 | 182.07 | 0.37 | 0.69 |
| Hex | 93 | CB | CD | 1C | 1 | 0 | 14 | B6 | 25 | 45 |
| Octal | 223 | 313 | 315 | 34 | 1 | 0 | 24 | 266 | 45 | 105 |
| Binary | 10010011 | 11001011 | 11001101 | 11100 | 1 | 0 | 10100 | 10110110 | 100101 | 1000101 |
Color Harmonies of #93CBCD
Complementary color
Monochromatic Colors of #93CBCD
Black with #93CBCD
Text Example
Text Example
White with #93CBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBCD; }
p { color: rgb(147,203,205); }
H1.HeaderClassName
{
color: #93CBCD;
}
.AnyTagClassName
{
color: #93CBCD;
}
</style>
background-color css
<style>
a { background-color: #93CBCD; }
a { background-color: rgb(147,203,205); }
div.DivClassName
{
background-color: #93CBCD;
}
.BgClassName
{
background-color: #93CBCD;
}
</style>
border-color css
<style>
span { border-color: #93CBCD; }
span { border-color: rgb(147,203,205); }
td.TdClassName
{
border-color: #93CBCD;
}
.TagClassName
{
border-color: #93CBCD;
}
</style>