Shades of Morning Glory #93CACC
Tints of Morning Glory #93CACC
RGB
CMYK
RGB Variations
Color information
#93CACC (or 0x93CACC) is known color: Morning Glory. HEX triplet: 93, CA and CC. RGB value is (147,202,204). Sum of RGB (Red+Green+Blue) = 147+202+204=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #93CACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CACC is #6C3533. Grayscale: #B9B9B9. Windows color (decimal): -7091508 or 13421203. OLE color: 13421203.
HSL color Cylindrical-coordinate representation of color #93CACC: 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 #93CACC is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 202 | 204 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.2 |
| HSL | 182.11º | 0.36% | 0.69% | - |
| HSV(B) | 182.11º | 0.28% | 0.8% | - |
| XYZ | 44.05 | 52.8 | 65 | - |
| YUV | 185.78 | 138.28 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 204 | 0.28 | 0.01 | 0 | 0.2 | 182.11 | 0.36 | 0.69 |
| Hex | 93 | CA | CC | 1C | 1 | 0 | 14 | B6 | 24 | 45 |
| Octal | 223 | 312 | 314 | 34 | 1 | 0 | 24 | 266 | 44 | 105 |
| Binary | 10010011 | 11001010 | 11001100 | 11100 | 1 | 0 | 10100 | 10110110 | 100100 | 1000101 |
Color Harmonies of #93CACC
Complementary color
Monochromatic Colors of #93CACC
Black with #93CACC
Text Example
Text Example
White with #93CACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CACC; }
p { color: rgb(147,202,204); }
H1.HeaderClassName
{
color: #93CACC;
}
.AnyTagClassName
{
color: #93CACC;
}
</style>
background-color css
<style>
a { background-color: #93CACC; }
a { background-color: rgb(147,202,204); }
div.DivClassName
{
background-color: #93CACC;
}
.BgClassName
{
background-color: #93CACC;
}
</style>
border-color css
<style>
span { border-color: #93CACC; }
span { border-color: rgb(147,202,204); }
td.TdClassName
{
border-color: #93CACC;
}
.TagClassName
{
border-color: #93CACC;
}
</style>