Shades of Morning Glory #90CDD0
Tints of Morning Glory #90CDD0
RGB
CMYK
RGB Variations
Color information
#90CDD0 (or 0x90CDD0) is known color: Morning Glory. HEX triplet: 90, CD and D0. RGB value is (144,205,208). Sum of RGB (Red+Green+Blue) = 144+205+208=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 208 - color contains mainly: blue. Hex color #90CDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CDD0 is #6F322F. Grayscale: #BBBBBB. Windows color (decimal): -7287344 or 13684112. OLE color: 13684112.
HSL color Cylindrical-coordinate representation of color #90CDD0: hue angle of 182.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90CDD0 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 205 | 208 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.18 |
| HSL | 182.81º | 0.41% | 0.69% | - |
| HSV(B) | 182.81º | 0.31% | 0.82% | - |
| XYZ | 44.72 | 54.15 | 67.77 | - |
| YUV | 187.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 208 | 0.31 | 0.01 | 0 | 0.18 | 182.81 | 0.41 | 0.69 |
| Hex | 90 | CD | D0 | 1F | 1 | 0 | 12 | B7 | 29 | 45 |
| Octal | 220 | 315 | 320 | 37 | 1 | 0 | 22 | 267 | 51 | 105 |
| Binary | 10010000 | 11001101 | 11010000 | 11111 | 1 | 0 | 10010 | 10110111 | 101001 | 1000101 |
Color Harmonies of #90CDD0
Complementary color
Monochromatic Colors of #90CDD0
Black with #90CDD0
Text Example
Text Example
White with #90CDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDD0; }
p { color: rgb(144,205,208); }
H1.HeaderClassName
{
color: #90CDD0;
}
.AnyTagClassName
{
color: #90CDD0;
}
</style>
background-color css
<style>
a { background-color: #90CDD0; }
a { background-color: rgb(144,205,208); }
div.DivClassName
{
background-color: #90CDD0;
}
.BgClassName
{
background-color: #90CDD0;
}
</style>
border-color css
<style>
span { border-color: #90CDD0; }
span { border-color: rgb(144,205,208); }
td.TdClassName
{
border-color: #90CDD0;
}
.TagClassName
{
border-color: #90CDD0;
}
</style>