Shades of Vista Blue #90DAAB
Tints of Vista Blue #90DAAB
RGB
CMYK
RGB Variations
Color information
#90DAAB (or 0x90DAAB) is known color: Vista Blue. HEX triplet: 90, DA and AB. RGB value is (144,218,171). Sum of RGB (Red+Green+Blue) = 144+218+171=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DAAB is #6F2554. Grayscale: #BEBEBE. Windows color (decimal): -7284053 or 11262608. OLE color: 11262608.
HSL color Cylindrical-coordinate representation of color #90DAAB: hue angle of 141.89º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90DAAB is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 171 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.15 |
| HSL | 141.89º | 0.5% | 0.71% | - |
| HSV(B) | 141.89º | 0.34% | 0.85% | - |
| XYZ | 43.92 | 59.01 | 47.6 | - |
| YUV | 190.52 | 116.98 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 171 | 0.34 | 0 | 0.22 | 0.15 | 141.89 | 0.5 | 0.71 |
| Hex | 90 | DA | AB | 22 | 0 | 16 | F | 8E | 32 | 47 |
| Octal | 220 | 332 | 253 | 42 | 0 | 26 | 17 | 216 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10101011 | 100010 | 0 | 10110 | 1111 | 10001110 | 110010 | 1000111 |
Color Harmonies of #90DAAB
Complementary color
Monochromatic Colors of #90DAAB
Black with #90DAAB
Text Example
Text Example
White with #90DAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAAB; }
p { color: rgb(144,218,171); }
H1.HeaderClassName
{
color: #90DAAB;
}
.AnyTagClassName
{
color: #90DAAB;
}
</style>
background-color css
<style>
a { background-color: #90DAAB; }
a { background-color: rgb(144,218,171); }
div.DivClassName
{
background-color: #90DAAB;
}
.BgClassName
{
background-color: #90DAAB;
}
</style>
border-color css
<style>
span { border-color: #90DAAB; }
span { border-color: rgb(144,218,171); }
td.TdClassName
{
border-color: #90DAAB;
}
.TagClassName
{
border-color: #90DAAB;
}
</style>