Shades of Morning Glory #90CAD2
Tints of Morning Glory #90CAD2
RGB
CMYK
RGB Variations
Color information
#90CAD2 (or 0x90CAD2) is known color: Morning Glory. HEX triplet: 90, CA and D2. RGB value is (144,202,210). Sum of RGB (Red+Green+Blue) = 144+202+210=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #90CAD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CAD2 is #6F352D. Grayscale: #B9B9B9. Windows color (decimal): -7288110 or 13814416. OLE color: 13814416.
HSL color Cylindrical-coordinate representation of color #90CAD2: hue angle of 187.27º degrees, saturation: 0.42, 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 #90CAD2 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 202 | 210 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.18 |
| HSL | 187.27º | 0.42% | 0.69% | - |
| HSV(B) | 187.27º | 0.31% | 0.82% | - |
| XYZ | 44.25 | 52.82 | 68.84 | - |
| YUV | 185.57 | 141.78 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 202 | 210 | 0.31 | 0.04 | 0 | 0.18 | 187.27 | 0.42 | 0.69 |
| Hex | 90 | CA | D2 | 1F | 4 | 0 | 12 | BB | 2A | 45 |
| Octal | 220 | 312 | 322 | 37 | 4 | 0 | 22 | 273 | 52 | 105 |
| Binary | 10010000 | 11001010 | 11010010 | 11111 | 100 | 0 | 10010 | 10111011 | 101010 | 1000101 |
Color Harmonies of #90CAD2
Complementary color
Monochromatic Colors of #90CAD2
Black with #90CAD2
Text Example
Text Example
White with #90CAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CAD2; }
p { color: rgb(144,202,210); }
H1.HeaderClassName
{
color: #90CAD2;
}
.AnyTagClassName
{
color: #90CAD2;
}
</style>
background-color css
<style>
a { background-color: #90CAD2; }
a { background-color: rgb(144,202,210); }
div.DivClassName
{
background-color: #90CAD2;
}
.BgClassName
{
background-color: #90CAD2;
}
</style>
border-color css
<style>
span { border-color: #90CAD2; }
span { border-color: rgb(144,202,210); }
td.TdClassName
{
border-color: #90CAD2;
}
.TagClassName
{
border-color: #90CAD2;
}
</style>