Shades of Morning Glory #90C8CC
Tints of Morning Glory #90C8CC
RGB
CMYK
RGB Variations
Color information
#90C8CC (or 0x90C8CC) is known color: Morning Glory. HEX triplet: 90, C8 and CC. RGB value is (144,200,204). Sum of RGB (Red+Green+Blue) = 144+200+204=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #90C8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C8CC is #6F3733. Grayscale: #B7B7B7. Windows color (decimal): -7288628 or 13420688. OLE color: 13420688.
HSL color Cylindrical-coordinate representation of color #90C8CC: hue angle of 184º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90C8CC is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 200 | 204 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.2 |
| HSL | 184º | 0.37% | 0.68% | - |
| HSV(B) | 184º | 0.29% | 0.8% | - |
| XYZ | 43.05 | 51.6 | 64.82 | - |
| YUV | 183.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 204 | 0.29 | 0.02 | 0 | 0.2 | 184 | 0.37 | 0.68 |
| Hex | 90 | C8 | CC | 1D | 2 | 0 | 14 | B8 | 25 | 44 |
| Octal | 220 | 310 | 314 | 35 | 2 | 0 | 24 | 270 | 45 | 104 |
| Binary | 10010000 | 11001000 | 11001100 | 11101 | 10 | 0 | 10100 | 10111000 | 100101 | 1000100 |
Color Harmonies of #90C8CC
Complementary color
Monochromatic Colors of #90C8CC
Black with #90C8CC
Text Example
Text Example
White with #90C8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C8CC; }
p { color: rgb(144,200,204); }
H1.HeaderClassName
{
color: #90C8CC;
}
.AnyTagClassName
{
color: #90C8CC;
}
</style>
background-color css
<style>
a { background-color: #90C8CC; }
a { background-color: rgb(144,200,204); }
div.DivClassName
{
background-color: #90C8CC;
}
.BgClassName
{
background-color: #90C8CC;
}
</style>
border-color css
<style>
span { border-color: #90C8CC; }
span { border-color: rgb(144,200,204); }
td.TdClassName
{
border-color: #90C8CC;
}
.TagClassName
{
border-color: #90C8CC;
}
</style>