Shades of Vista Blue #90DAB9
Tints of Vista Blue #90DAB9
RGB
CMYK
RGB Variations
Color information
#90DAB9 (or 0x90DAB9) is known color: Vista Blue. HEX triplet: 90, DA and B9. RGB value is (144,218,185). Sum of RGB (Red+Green+Blue) = 144+218+185=547 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.33% from 547); Green value is 218 (85.55% from 255 or 39.85% from 547); Blue value is 185 (72.66% from 255 or 33.82% from 547); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAB9 is #6F2546. Grayscale: #C0C0C0. Windows color (decimal): -7284039 or 12180112. OLE color: 12180112.
HSL color Cylindrical-coordinate representation of color #90DAB9: hue angle of 153.24º 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 #90DAB9 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 185 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.15 |
| HSL | 153.24º | 0.5% | 0.71% | - |
| HSV(B) | 153.24º | 0.34% | 0.85% | - |
| XYZ | 45.33 | 59.57 | 55.01 | - |
| YUV | 192.11 | 123.98 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 185 | 0.34 | 0 | 0.15 | 0.15 | 153.24 | 0.5 | 0.71 |
| Hex | 90 | DA | B9 | 22 | 0 | F | F | 99 | 32 | 47 |
| Octal | 220 | 332 | 271 | 42 | 0 | 17 | 17 | 231 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10111001 | 100010 | 0 | 1111 | 1111 | 10011001 | 110010 | 1000111 |
Color Harmonies of #90DAB9
Complementary color
Monochromatic Colors of #90DAB9
Black with #90DAB9
Text Example
Text Example
White with #90DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAB9; }
p { color: rgb(144,218,185); }
H1.HeaderClassName
{
color: #90DAB9;
}
.AnyTagClassName
{
color: #90DAB9;
}
</style>
background-color css
<style>
a { background-color: #90DAB9; }
a { background-color: rgb(144,218,185); }
div.DivClassName
{
background-color: #90DAB9;
}
.BgClassName
{
background-color: #90DAB9;
}
</style>
border-color css
<style>
span { border-color: #90DAB9; }
span { border-color: rgb(144,218,185); }
td.TdClassName
{
border-color: #90DAB9;
}
.TagClassName
{
border-color: #90DAB9;
}
</style>