Shades of Morning Glory #90CBD2
Tints of Morning Glory #90CBD2
RGB
CMYK
RGB Variations
Color information
#90CBD2 (or 0x90CBD2) is known color: Morning Glory. HEX triplet: 90, CB and D2. RGB value is (144,203,210). Sum of RGB (Red+Green+Blue) = 144+203+210=557 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.85% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 210 - color contains mainly: blue. Hex color #90CBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90CBD2 is #6F342D. Grayscale: #BABABA. Windows color (decimal): -7287854 or 13814672. OLE color: 13814672.
HSL color Cylindrical-coordinate representation of color #90CBD2: hue angle of 186.36º 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 #90CBD2 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 203 | 210 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.18 |
| HSL | 186.36º | 0.42% | 0.69% | - |
| HSV(B) | 186.36º | 0.31% | 0.82% | - |
| XYZ | 44.49 | 53.29 | 68.91 | - |
| YUV | 186.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 210 | 0.31 | 0.03 | 0 | 0.18 | 186.36 | 0.42 | 0.69 |
| Hex | 90 | CB | D2 | 1F | 3 | 0 | 12 | BA | 2A | 45 |
| Octal | 220 | 313 | 322 | 37 | 3 | 0 | 22 | 272 | 52 | 105 |
| Binary | 10010000 | 11001011 | 11010010 | 11111 | 11 | 0 | 10010 | 10111010 | 101010 | 1000101 |
Color Harmonies of #90CBD2
Complementary color
Monochromatic Colors of #90CBD2
Black with #90CBD2
Text Example
Text Example
White with #90CBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CBD2; }
p { color: rgb(144,203,210); }
H1.HeaderClassName
{
color: #90CBD2;
}
.AnyTagClassName
{
color: #90CBD2;
}
</style>
background-color css
<style>
a { background-color: #90CBD2; }
a { background-color: rgb(144,203,210); }
div.DivClassName
{
background-color: #90CBD2;
}
.BgClassName
{
background-color: #90CBD2;
}
</style>
border-color css
<style>
span { border-color: #90CBD2; }
span { border-color: rgb(144,203,210); }
td.TdClassName
{
border-color: #90CBD2;
}
.TagClassName
{
border-color: #90CBD2;
}
</style>