Shades of Morning Glory #93CFCC
Tints of Morning Glory #93CFCC
RGB
CMYK
RGB Variations
Color information
#93CFCC (or 0x93CFCC) is known color: Morning Glory. HEX triplet: 93, CF and CC. RGB value is (147,207,204). Sum of RGB (Red+Green+Blue) = 147+207+204=558 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.34% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFCC is #6C3033. Grayscale: #BCBCBC. Windows color (decimal): -7090228 or 13422483. OLE color: 13422483.
HSL color Cylindrical-coordinate representation of color #93CFCC: hue angle of 177º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93CFCC is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 204 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.19 |
| HSL | 177º | 0.38% | 0.69% | - |
| HSV(B) | 177º | 0.29% | 0.81% | - |
| XYZ | 45.24 | 55.19 | 65.39 | - |
| YUV | 188.72 | 136.62 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 204 | 0.29 | 0 | 0.01 | 0.19 | 177 | 0.38 | 0.69 |
| Hex | 93 | CF | CC | 1D | 0 | 1 | 13 | B1 | 26 | 45 |
| Octal | 223 | 317 | 314 | 35 | 0 | 1 | 23 | 261 | 46 | 105 |
| Binary | 10010011 | 11001111 | 11001100 | 11101 | 0 | 1 | 10011 | 10110001 | 100110 | 1000101 |
Color Harmonies of #93CFCC
Complementary color
Monochromatic Colors of #93CFCC
Black with #93CFCC
Text Example
Text Example
White with #93CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFCC; }
p { color: rgb(147,207,204); }
H1.HeaderClassName
{
color: #93CFCC;
}
.AnyTagClassName
{
color: #93CFCC;
}
</style>
background-color css
<style>
a { background-color: #93CFCC; }
a { background-color: rgb(147,207,204); }
div.DivClassName
{
background-color: #93CFCC;
}
.BgClassName
{
background-color: #93CFCC;
}
</style>
border-color css
<style>
span { border-color: #93CFCC; }
span { border-color: rgb(147,207,204); }
td.TdClassName
{
border-color: #93CFCC;
}
.TagClassName
{
border-color: #93CFCC;
}
</style>