Shades of Vista Blue #90DBAB
Tints of Vista Blue #90DBAB
RGB
CMYK
RGB Variations
Color information
#90DBAB (or 0x90DBAB) is known color: Vista Blue. HEX triplet: 90, DB and AB. RGB value is (144,219,171). Sum of RGB (Red+Green+Blue) = 144+219+171=534 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.97% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #90DBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DBAB is #6F2454. Grayscale: #BFBFBF. Windows color (decimal): -7283797 or 11262864. OLE color: 11262864.
HSL color Cylindrical-coordinate representation of color #90DBAB: hue angle of 141.6º 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 #90DBAB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 171 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.14 |
| HSL | 141.6º | 0.51% | 0.71% | - |
| HSV(B) | 141.6º | 0.34% | 0.86% | - |
| XYZ | 44.18 | 59.53 | 47.69 | - |
| YUV | 191.1 | 116.65 | 94.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 171 | 0.34 | 0 | 0.22 | 0.14 | 141.6 | 0.51 | 0.71 |
| Hex | 90 | DB | AB | 22 | 0 | 16 | E | 8E | 33 | 47 |
| Octal | 220 | 333 | 253 | 42 | 0 | 26 | 16 | 216 | 63 | 107 |
| Binary | 10010000 | 11011011 | 10101011 | 100010 | 0 | 10110 | 1110 | 10001110 | 110011 | 1000111 |
Color Harmonies of #90DBAB
Complementary color
Monochromatic Colors of #90DBAB
Black with #90DBAB
Text Example
Text Example
White with #90DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DBAB; }
p { color: rgb(144,219,171); }
H1.HeaderClassName
{
color: #90DBAB;
}
.AnyTagClassName
{
color: #90DBAB;
}
</style>
background-color css
<style>
a { background-color: #90DBAB; }
a { background-color: rgb(144,219,171); }
div.DivClassName
{
background-color: #90DBAB;
}
.BgClassName
{
background-color: #90DBAB;
}
</style>
border-color css
<style>
span { border-color: #90DBAB; }
span { border-color: rgb(144,219,171); }
td.TdClassName
{
border-color: #90DBAB;
}
.TagClassName
{
border-color: #90DBAB;
}
</style>