Shades of Morning Glory #93CFCE
Tints of Morning Glory #93CFCE
RGB
CMYK
RGB Variations
Color information
#93CFCE (or 0x93CFCE) is known color: Morning Glory. HEX triplet: 93, CF and CE. RGB value is (147,207,206). Sum of RGB (Red+Green+Blue) = 147+207+206=560 (74% of max value = 765). Red value is 147 (57.81% from 255 or 26.25% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #93CFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CFCE is #6C3031. Grayscale: #BCBCBC. Windows color (decimal): -7090226 or 13553555. OLE color: 13553555.
HSL color Cylindrical-coordinate representation of color #93CFCE: hue angle of 179º 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 #93CFCE is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 207 | 206 | - |
| CMYK | 0.29 | 0 | 0.00 | 0.19 |
| HSL | 179º | 0.38% | 0.69% | - |
| HSV(B) | 179º | 0.29% | 0.81% | - |
| XYZ | 45.49 | 55.28 | 66.67 | - |
| YUV | 188.95 | 137.62 | 98.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 207 | 206 | 0.29 | 0 | 0.00 | 0.19 | 179 | 0.38 | 0.69 |
| Hex | 93 | CF | CE | 1D | 0 | 0 | 13 | B3 | 26 | 45 |
| Octal | 223 | 317 | 316 | 35 | 0 | 0 | 23 | 263 | 46 | 105 |
| Binary | 10010011 | 11001111 | 11001110 | 11101 | 0 | 0 | 10011 | 10110011 | 100110 | 1000101 |
Color Harmonies of #93CFCE
Complementary color
Monochromatic Colors of #93CFCE
Black with #93CFCE
Text Example
Text Example
White with #93CFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CFCE; }
p { color: rgb(147,207,206); }
H1.HeaderClassName
{
color: #93CFCE;
}
.AnyTagClassName
{
color: #93CFCE;
}
</style>
background-color css
<style>
a { background-color: #93CFCE; }
a { background-color: rgb(147,207,206); }
div.DivClassName
{
background-color: #93CFCE;
}
.BgClassName
{
background-color: #93CFCE;
}
</style>
border-color css
<style>
span { border-color: #93CFCE; }
span { border-color: rgb(147,207,206); }
td.TdClassName
{
border-color: #93CFCE;
}
.TagClassName
{
border-color: #93CFCE;
}
</style>