Shades of Vista Blue #90DBA9
Tints of Vista Blue #90DBA9
RGB
CMYK
RGB Variations
Color information
#90DBA9 (or 0x90DBA9) is known color: Vista Blue. HEX triplet: 90, DB and A9. RGB value is (144,219,169). Sum of RGB (Red+Green+Blue) = 144+219+169=532 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.07% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBA9 is #6F2456. Grayscale: #BEBEBE. Windows color (decimal): -7283799 or 11131792. OLE color: 11131792.
HSL color Cylindrical-coordinate representation of color #90DBA9: hue angle of 140º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DBA9 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 169 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.14 |
| HSL | 140º | 0.51% | 0.71% | - |
| HSV(B) | 140º | 0.34% | 0.86% | - |
| XYZ | 43.99 | 59.46 | 46.69 | - |
| YUV | 190.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 169 | 0.34 | 0 | 0.23 | 0.14 | 140 | 0.51 | 0.71 |
| Hex | 90 | DB | A9 | 22 | 0 | 17 | E | 8C | 33 | 47 |
| Octal | 220 | 333 | 251 | 42 | 0 | 27 | 16 | 214 | 63 | 107 |
| Binary | 10010000 | 11011011 | 10101001 | 100010 | 0 | 10111 | 1110 | 10001100 | 110011 | 1000111 |
Color Harmonies of #90DBA9
Complementary color
Monochromatic Colors of #90DBA9
Black with #90DBA9
Text Example
Text Example
White with #90DBA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBA9; }
p { color: rgb(144,219,169); }
H1.HeaderClassName
{
color: #90DBA9;
}
.AnyTagClassName
{
color: #90DBA9;
}
</style>
background-color css
<style>
a { background-color: #90DBA9; }
a { background-color: rgb(144,219,169); }
div.DivClassName
{
background-color: #90DBA9;
}
.BgClassName
{
background-color: #90DBA9;
}
</style>
border-color css
<style>
span { border-color: #90DBA9; }
span { border-color: rgb(144,219,169); }
td.TdClassName
{
border-color: #90DBA9;
}
.TagClassName
{
border-color: #90DBA9;
}
</style>