Shades of Morning Glory #93CACB
Tints of Morning Glory #93CACB
RGB
CMYK
RGB Variations
Color information
#93CACB (or 0x93CACB) is known color: Morning Glory. HEX triplet: 93, CA and CB. RGB value is (147,202,203). Sum of RGB (Red+Green+Blue) = 147+202+203=552 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.63% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 203 - color contains mainly: blue. Hex color #93CACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CACB is #6C3534. Grayscale: #B9B9B9. Windows color (decimal): -7091509 or 13355667. OLE color: 13355667.
HSL color Cylindrical-coordinate representation of color #93CACB: hue angle of 181.07º degrees, saturation: 0.35, 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 #93CACB is Cyan = 0.28, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 202 | 203 | - |
| CMYK | 0.28 | 0.00 | 0 | 0.20 |
| HSL | 181.07º | 0.35% | 0.69% | - |
| HSV(B) | 181.07º | 0.28% | 0.8% | - |
| XYZ | 43.93 | 52.76 | 64.37 | - |
| YUV | 185.67 | 137.78 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 202 | 203 | 0.28 | 0.00 | 0 | 0.20 | 181.07 | 0.35 | 0.69 |
| Hex | 93 | CA | CB | 1C | 0 | 0 | 14 | B5 | 23 | 45 |
| Octal | 223 | 312 | 313 | 34 | 0 | 0 | 24 | 265 | 43 | 105 |
| Binary | 10010011 | 11001010 | 11001011 | 11100 | 0 | 0 | 10100 | 10110101 | 100011 | 1000101 |
Color Harmonies of #93CACB
Complementary color
Monochromatic Colors of #93CACB
Black with #93CACB
Text Example
Text Example
White with #93CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CACB; }
p { color: rgb(147,202,203); }
H1.HeaderClassName
{
color: #93CACB;
}
.AnyTagClassName
{
color: #93CACB;
}
</style>
background-color css
<style>
a { background-color: #93CACB; }
a { background-color: rgb(147,202,203); }
div.DivClassName
{
background-color: #93CACB;
}
.BgClassName
{
background-color: #93CACB;
}
</style>
border-color css
<style>
span { border-color: #93CACB; }
span { border-color: rgb(147,202,203); }
td.TdClassName
{
border-color: #93CACB;
}
.TagClassName
{
border-color: #93CACB;
}
</style>