Shades of Morning Glory #90CFCF
Tints of Morning Glory #90CFCF
RGB
CMYK
RGB Variations
Color information
#90CFCF (or 0x90CFCF) is known color: Morning Glory. HEX triplet: 90, CF and CF. RGB value is (144,207,207). Sum of RGB (Red+Green+Blue) = 144+207+207=558 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.81% from 558); Green value is 207 (81.25% from 255 or 37.10% from 558); Blue value is 207 (81.25% from 255 or 37.10% from 558); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #90CFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CFCF is #6F3030. Grayscale: #BCBCBC. Windows color (decimal): -7286833 or 13619088. OLE color: 13619088.
HSL color Cylindrical-coordinate representation of color #90CFCF: hue angle of 180º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CFCF is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 207 | 207 | - |
| CMYK | 0.30 | 0 | 0 | 0.19 |
| HSL | 180º | 0.4% | 0.69% | - |
| HSV(B) | 180º | 0.3% | 0.81% | - |
| XYZ | 45.08 | 55.06 | 67.28 | - |
| YUV | 188.16 | 138.63 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 207 | 207 | 0.30 | 0 | 0 | 0.19 | 180 | 0.4 | 0.69 |
| Hex | 90 | CF | CF | 1E | 0 | 0 | 13 | B4 | 28 | 45 |
| Octal | 220 | 317 | 317 | 36 | 0 | 0 | 23 | 264 | 50 | 105 |
| Binary | 10010000 | 11001111 | 11001111 | 11110 | 0 | 0 | 10011 | 10110100 | 101000 | 1000101 |
Color Harmonies of #90CFCF
Complementary color
Monochromatic Colors of #90CFCF
Black with #90CFCF
Text Example
Text Example
White with #90CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CFCF; }
p { color: rgb(144,207,207); }
H1.HeaderClassName
{
color: #90CFCF;
}
.AnyTagClassName
{
color: #90CFCF;
}
</style>
background-color css
<style>
a { background-color: #90CFCF; }
a { background-color: rgb(144,207,207); }
div.DivClassName
{
background-color: #90CFCF;
}
.BgClassName
{
background-color: #90CFCF;
}
</style>
border-color css
<style>
span { border-color: #90CFCF; }
span { border-color: rgb(144,207,207); }
td.TdClassName
{
border-color: #90CFCF;
}
.TagClassName
{
border-color: #90CFCF;
}
</style>