Shades of Morning Glory #90C1C2
Tints of Morning Glory #90C1C2
RGB
CMYK
RGB Variations
Color information
#90C1C2 (or 0x90C1C2) is known color: Morning Glory. HEX triplet: 90, C1 and C2. RGB value is (144,193,194). Sum of RGB (Red+Green+Blue) = 144+193+194=531 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.12% from 531); Green value is 193 (75.78% from 255 or 36.35% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 194 - color contains mainly: blue. Hex color #90C1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C1C2 is #6F3E3D. Grayscale: #B2B2B2. Windows color (decimal): -7290430 or 12763536. OLE color: 12763536.
HSL color Cylindrical-coordinate representation of color #90C1C2: hue angle of 181.2º degrees, saturation: 0.29, 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 #90C1C2 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 193 | 194 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.24 |
| HSL | 181.2º | 0.29% | 0.66% | - |
| HSV(B) | 181.2º | 0.26% | 0.76% | - |
| XYZ | 40.31 | 47.96 | 58.17 | - |
| YUV | 178.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 193 | 194 | 0.26 | 0.01 | 0 | 0.24 | 181.2 | 0.29 | 0.66 |
| Hex | 90 | C1 | C2 | 1A | 1 | 0 | 18 | B5 | 1D | 42 |
| Octal | 220 | 301 | 302 | 32 | 1 | 0 | 30 | 265 | 35 | 102 |
| Binary | 10010000 | 11000001 | 11000010 | 11010 | 1 | 0 | 11000 | 10110101 | 11101 | 1000010 |
Color Harmonies of #90C1C2
Complementary color
Monochromatic Colors of #90C1C2
Black with #90C1C2
Text Example
Text Example
White with #90C1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C1C2; }
p { color: rgb(144,193,194); }
H1.HeaderClassName
{
color: #90C1C2;
}
.AnyTagClassName
{
color: #90C1C2;
}
</style>
background-color css
<style>
a { background-color: #90C1C2; }
a { background-color: rgb(144,193,194); }
div.DivClassName
{
background-color: #90C1C2;
}
.BgClassName
{
background-color: #90C1C2;
}
</style>
border-color css
<style>
span { border-color: #90C1C2; }
span { border-color: rgb(144,193,194); }
td.TdClassName
{
border-color: #90C1C2;
}
.TagClassName
{
border-color: #90C1C2;
}
</style>