Shades of Morning Glory #93CBCF
Tints of Morning Glory #93CBCF
RGB
CMYK
RGB Variations
Color information
#93CBCF (or 0x93CBCF) is known color: Morning Glory. HEX triplet: 93, CB and CF. RGB value is (147,203,207). Sum of RGB (Red+Green+Blue) = 147+203+207=557 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.39% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 207 - color contains mainly: blue. Hex color #93CBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #93CBCF is #6C3430. Grayscale: #BABABA. Windows color (decimal): -7091249 or 13618067. OLE color: 13618067.
HSL color Cylindrical-coordinate representation of color #93CBCF: hue angle of 184º 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 #93CBCF is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 203 | 207 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.19 |
| HSL | 184º | 0.38% | 0.69% | - |
| HSV(B) | 184º | 0.29% | 0.81% | - |
| XYZ | 44.65 | 53.42 | 66.99 | - |
| YUV | 186.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 203 | 207 | 0.29 | 0.02 | 0 | 0.19 | 184 | 0.38 | 0.69 |
| Hex | 93 | CB | CF | 1D | 2 | 0 | 13 | B8 | 26 | 45 |
| Octal | 223 | 313 | 317 | 35 | 2 | 0 | 23 | 270 | 46 | 105 |
| Binary | 10010011 | 11001011 | 11001111 | 11101 | 10 | 0 | 10011 | 10111000 | 100110 | 1000101 |
Color Harmonies of #93CBCF
Complementary color
Monochromatic Colors of #93CBCF
Black with #93CBCF
Text Example
Text Example
White with #93CBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93CBCF; }
p { color: rgb(147,203,207); }
H1.HeaderClassName
{
color: #93CBCF;
}
.AnyTagClassName
{
color: #93CBCF;
}
</style>
background-color css
<style>
a { background-color: #93CBCF; }
a { background-color: rgb(147,203,207); }
div.DivClassName
{
background-color: #93CBCF;
}
.BgClassName
{
background-color: #93CBCF;
}
</style>
border-color css
<style>
span { border-color: #93CBCF; }
span { border-color: rgb(147,203,207); }
td.TdClassName
{
border-color: #93CBCF;
}
.TagClassName
{
border-color: #93CBCF;
}
</style>