Shades of Morning Glory #90C5CC
Tints of Morning Glory #90C5CC
RGB
CMYK
RGB Variations
Color information
#90C5CC (or 0x90C5CC) is known color: Morning Glory. HEX triplet: 90, C5 and CC. RGB value is (144,197,204). Sum of RGB (Red+Green+Blue) = 144+197+204=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #90C5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90C5CC is #6F3A33. Grayscale: #B5B5B5. Windows color (decimal): -7289396 or 13419920. OLE color: 13419920.
HSL color Cylindrical-coordinate representation of color #90C5CC: hue angle of 187º 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 #90C5CC is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 197 | 204 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.2 |
| HSL | 187º | 0.37% | 0.68% | - |
| HSV(B) | 187º | 0.29% | 0.8% | - |
| XYZ | 42.37 | 50.22 | 64.59 | - |
| YUV | 181.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 197 | 204 | 0.29 | 0.03 | 0 | 0.2 | 187 | 0.37 | 0.68 |
| Hex | 90 | C5 | CC | 1D | 3 | 0 | 14 | BB | 25 | 44 |
| Octal | 220 | 305 | 314 | 35 | 3 | 0 | 24 | 273 | 45 | 104 |
| Binary | 10010000 | 11000101 | 11001100 | 11101 | 11 | 0 | 10100 | 10111011 | 100101 | 1000100 |
Color Harmonies of #90C5CC
Complementary color
Monochromatic Colors of #90C5CC
Black with #90C5CC
Text Example
Text Example
White with #90C5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90C5CC; }
p { color: rgb(144,197,204); }
H1.HeaderClassName
{
color: #90C5CC;
}
.AnyTagClassName
{
color: #90C5CC;
}
</style>
background-color css
<style>
a { background-color: #90C5CC; }
a { background-color: rgb(144,197,204); }
div.DivClassName
{
background-color: #90C5CC;
}
.BgClassName
{
background-color: #90C5CC;
}
</style>
border-color css
<style>
span { border-color: #90C5CC; }
span { border-color: rgb(144,197,204); }
td.TdClassName
{
border-color: #90C5CC;
}
.TagClassName
{
border-color: #90C5CC;
}
</style>