Shades of Morning Glory #90C8CB
Tints of Morning Glory #90C8CB
RGB
CMYK
RGB Variations
Color information
#90C8CB (or 0x90C8CB) is known color: Morning Glory. HEX triplet: 90, C8 and CB. RGB value is (144,200,203). Sum of RGB (Red+Green+Blue) = 144+200+203=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 203 - color contains mainly: blue. Hex color #90C8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C8CB is #6F3734. Grayscale: #B7B7B7. Windows color (decimal): -7288629 or 13355152. OLE color: 13355152.
HSL color Cylindrical-coordinate representation of color #90C8CB: hue angle of 183.05º degrees, saturation: 0.36, 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 #90C8CB is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 200 | 203 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.20 |
| HSL | 183.05º | 0.36% | 0.68% | - |
| HSV(B) | 183.05º | 0.29% | 0.8% | - |
| XYZ | 42.94 | 51.55 | 64.19 | - |
| YUV | 183.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 200 | 203 | 0.29 | 0.01 | 0 | 0.20 | 183.05 | 0.36 | 0.68 |
| Hex | 90 | C8 | CB | 1D | 1 | 0 | 14 | B7 | 24 | 44 |
| Octal | 220 | 310 | 313 | 35 | 1 | 0 | 24 | 267 | 44 | 104 |
| Binary | 10010000 | 11001000 | 11001011 | 11101 | 1 | 0 | 10100 | 10110111 | 100100 | 1000100 |
Color Harmonies of #90C8CB
Complementary color
Monochromatic Colors of #90C8CB
Black with #90C8CB
Text Example
Text Example
White with #90C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C8CB; }
p { color: rgb(144,200,203); }
H1.HeaderClassName
{
color: #90C8CB;
}
.AnyTagClassName
{
color: #90C8CB;
}
</style>
background-color css
<style>
a { background-color: #90C8CB; }
a { background-color: rgb(144,200,203); }
div.DivClassName
{
background-color: #90C8CB;
}
.BgClassName
{
background-color: #90C8CB;
}
</style>
border-color css
<style>
span { border-color: #90C8CB; }
span { border-color: rgb(144,200,203); }
td.TdClassName
{
border-color: #90C8CB;
}
.TagClassName
{
border-color: #90C8CB;
}
</style>