Shades of Morning Glory #90C0C3
Tints of Morning Glory #90C0C3
RGB
CMYK
RGB Variations
Color information
#90C0C3 (or 0x90C0C3) is known color: Morning Glory. HEX triplet: 90, C0 and C3. RGB value is (144,192,195). Sum of RGB (Red+Green+Blue) = 144+192+195=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 195 - color contains mainly: blue. Hex color #90C0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C0C3 is #6F3F3C. Grayscale: #B1B1B1. Windows color (decimal): -7290685 or 12828816. OLE color: 12828816.
HSL color Cylindrical-coordinate representation of color #90C0C3: hue angle of 183.53º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90C0C3 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 192 | 195 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.24 |
| HSL | 183.53º | 0.3% | 0.66% | - |
| HSV(B) | 183.53º | 0.26% | 0.76% | - |
| XYZ | 40.2 | 47.57 | 58.69 | - |
| YUV | 177.99 | 137.6 | 103.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 192 | 195 | 0.26 | 0.02 | 0 | 0.24 | 183.53 | 0.3 | 0.66 |
| Hex | 90 | C0 | C3 | 1A | 2 | 0 | 18 | B8 | 1E | 42 |
| Octal | 220 | 300 | 303 | 32 | 2 | 0 | 30 | 270 | 36 | 102 |
| Binary | 10010000 | 11000000 | 11000011 | 11010 | 10 | 0 | 11000 | 10111000 | 11110 | 1000010 |
Color Harmonies of #90C0C3
Complementary color
Monochromatic Colors of #90C0C3
Black with #90C0C3
Text Example
Text Example
White with #90C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C0C3; }
p { color: rgb(144,192,195); }
H1.HeaderClassName
{
color: #90C0C3;
}
.AnyTagClassName
{
color: #90C0C3;
}
</style>
background-color css
<style>
a { background-color: #90C0C3; }
a { background-color: rgb(144,192,195); }
div.DivClassName
{
background-color: #90C0C3;
}
.BgClassName
{
background-color: #90C0C3;
}
</style>
border-color css
<style>
span { border-color: #90C0C3; }
span { border-color: rgb(144,192,195); }
td.TdClassName
{
border-color: #90C0C3;
}
.TagClassName
{
border-color: #90C0C3;
}
</style>