Shades of Vista Blue #90DABB
Tints of Vista Blue #90DABB
RGB
CMYK
RGB Variations
Color information
#90DABB (or 0x90DABB) is known color: Vista Blue. HEX triplet: 90, DA and BB. RGB value is (144,218,187). Sum of RGB (Red+Green+Blue) = 144+218+187=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 218 (85.55% from 255 or 39.71% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 218 - color contains mainly: green. Hex color #90DABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DABB is #6F2544. Grayscale: #C0C0C0. Windows color (decimal): -7284037 or 12311184. OLE color: 12311184.
HSL color Cylindrical-coordinate representation of color #90DABB: hue angle of 154.86º 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 #90DABB is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 187 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.15 |
| HSL | 154.86º | 0.5% | 0.71% | - |
| HSV(B) | 154.86º | 0.34% | 0.85% | - |
| XYZ | 45.54 | 59.66 | 56.13 | - |
| YUV | 192.34 | 124.98 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 187 | 0.34 | 0 | 0.14 | 0.15 | 154.86 | 0.5 | 0.71 |
| Hex | 90 | DA | BB | 22 | 0 | E | F | 9B | 32 | 47 |
| Octal | 220 | 332 | 273 | 42 | 0 | 16 | 17 | 233 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10111011 | 100010 | 0 | 1110 | 1111 | 10011011 | 110010 | 1000111 |
Color Harmonies of #90DABB
Complementary color
Monochromatic Colors of #90DABB
Black with #90DABB
Text Example
Text Example
White with #90DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DABB; }
p { color: rgb(144,218,187); }
H1.HeaderClassName
{
color: #90DABB;
}
.AnyTagClassName
{
color: #90DABB;
}
</style>
background-color css
<style>
a { background-color: #90DABB; }
a { background-color: rgb(144,218,187); }
div.DivClassName
{
background-color: #90DABB;
}
.BgClassName
{
background-color: #90DABB;
}
</style>
border-color css
<style>
span { border-color: #90DABB; }
span { border-color: rgb(144,218,187); }
td.TdClassName
{
border-color: #90DABB;
}
.TagClassName
{
border-color: #90DABB;
}
</style>