Shades of Morning Glory #93C5CC
Tints of Morning Glory #93C5CC
RGB
CMYK
RGB Variations
Color information
#93C5CC (or 0x93C5CC) is known color: Morning Glory. HEX triplet: 93, C5 and CC. RGB value is (147,197,204). Sum of RGB (Red+Green+Blue) = 147+197+204=548 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.82% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #93C5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93C5CC is #6C3A33. Grayscale: #B6B6B6. Windows color (decimal): -7092788 or 13419923. OLE color: 13419923.
HSL color Cylindrical-coordinate representation of color #93C5CC: hue angle of 187.37º 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 #93C5CC is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 197 | 204 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.2 |
| HSL | 187.37º | 0.36% | 0.69% | - |
| HSV(B) | 187.37º | 0.28% | 0.8% | - |
| XYZ | 42.9 | 50.5 | 64.61 | - |
| YUV | 182.85 | 139.94 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 197 | 204 | 0.28 | 0.03 | 0 | 0.2 | 187.37 | 0.36 | 0.69 |
| Hex | 93 | C5 | CC | 1C | 3 | 0 | 14 | BB | 24 | 45 |
| Octal | 223 | 305 | 314 | 34 | 3 | 0 | 24 | 273 | 44 | 105 |
| Binary | 10010011 | 11000101 | 11001100 | 11100 | 11 | 0 | 10100 | 10111011 | 100100 | 1000101 |
Color Harmonies of #93C5CC
Complementary color
Monochromatic Colors of #93C5CC
Black with #93C5CC
Text Example
Text Example
White with #93C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C5CC; }
p { color: rgb(147,197,204); }
H1.HeaderClassName
{
color: #93C5CC;
}
.AnyTagClassName
{
color: #93C5CC;
}
</style>
background-color css
<style>
a { background-color: #93C5CC; }
a { background-color: rgb(147,197,204); }
div.DivClassName
{
background-color: #93C5CC;
}
.BgClassName
{
background-color: #93C5CC;
}
</style>
border-color css
<style>
span { border-color: #93C5CC; }
span { border-color: rgb(147,197,204); }
td.TdClassName
{
border-color: #93C5CC;
}
.TagClassName
{
border-color: #93C5CC;
}
</style>