Shades of Morning Glory #90DBDF
Tints of Morning Glory #90DBDF
RGB
CMYK
RGB Variations
Color information
#90DBDF (or 0x90DBDF) is known color: Morning Glory. HEX triplet: 90, DB and DF. RGB value is (144,219,223). Sum of RGB (Red+Green+Blue) = 144+219+223=586 (77% of max value = 765). Red value is 144 (56.64% from 255 or 24.57% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #90DBDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DBDF is #6F2420. Grayscale: #C4C4C4. Windows color (decimal): -7283745 or 14670736. OLE color: 14670736.
HSL color Cylindrical-coordinate representation of color #90DBDF: hue angle of 183.04º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DBDF is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 219 | 223 | - |
| CMYK | 0.35 | 0.02 | 0 | 0.13 |
| HSL | 183.04º | 0.55% | 0.72% | - |
| HSV(B) | 183.04º | 0.35% | 0.87% | - |
| XYZ | 50.15 | 61.92 | 79.12 | - |
| YUV | 197.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 223 | 0.35 | 0.02 | 0 | 0.13 | 183.04 | 0.55 | 0.72 |
| Hex | 90 | DB | DF | 23 | 2 | 0 | D | B7 | 37 | 48 |
| Octal | 220 | 333 | 337 | 43 | 2 | 0 | 15 | 267 | 67 | 110 |
| Binary | 10010000 | 11011011 | 11011111 | 100011 | 10 | 0 | 1101 | 10110111 | 110111 | 1001000 |
Color Harmonies of #90DBDF
Complementary color
Monochromatic Colors of #90DBDF
Black with #90DBDF
Text Example
Text Example
White with #90DBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBDF; }
p { color: rgb(144,219,223); }
H1.HeaderClassName
{
color: #90DBDF;
}
.AnyTagClassName
{
color: #90DBDF;
}
</style>
background-color css
<style>
a { background-color: #90DBDF; }
a { background-color: rgb(144,219,223); }
div.DivClassName
{
background-color: #90DBDF;
}
.BgClassName
{
background-color: #90DBDF;
}
</style>
border-color css
<style>
span { border-color: #90DBDF; }
span { border-color: rgb(144,219,223); }
td.TdClassName
{
border-color: #90DBDF;
}
.TagClassName
{
border-color: #90DBDF;
}
</style>