Shades of Vista Blue #90DAB7
Tints of Vista Blue #90DAB7
RGB
CMYK
RGB Variations
Color information
#90DAB7 (or 0x90DAB7) is known color: Vista Blue. HEX triplet: 90, DA and B7. RGB value is (144,218,183). Sum of RGB (Red+Green+Blue) = 144+218+183=545 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.42% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 183 (71.88% from 255 or 33.58% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DAB7 is #6F2548. Grayscale: #BFBFBF. Windows color (decimal): -7284041 or 12049040. OLE color: 12049040.
HSL color Cylindrical-coordinate representation of color #90DAB7: hue angle of 151.62º 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 #90DAB7 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 183 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.15 |
| HSL | 151.62º | 0.5% | 0.71% | - |
| HSV(B) | 151.62º | 0.34% | 0.85% | - |
| XYZ | 45.12 | 59.49 | 53.9 | - |
| YUV | 191.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 183 | 0.34 | 0 | 0.16 | 0.15 | 151.62 | 0.5 | 0.71 |
| Hex | 90 | DA | B7 | 22 | 0 | 10 | F | 98 | 32 | 47 |
| Octal | 220 | 332 | 267 | 42 | 0 | 20 | 17 | 230 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10110111 | 100010 | 0 | 10000 | 1111 | 10011000 | 110010 | 1000111 |
Color Harmonies of #90DAB7
Complementary color
Monochromatic Colors of #90DAB7
Black with #90DAB7
Text Example
Text Example
White with #90DAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAB7; }
p { color: rgb(144,218,183); }
H1.HeaderClassName
{
color: #90DAB7;
}
.AnyTagClassName
{
color: #90DAB7;
}
</style>
background-color css
<style>
a { background-color: #90DAB7; }
a { background-color: rgb(144,218,183); }
div.DivClassName
{
background-color: #90DAB7;
}
.BgClassName
{
background-color: #90DAB7;
}
</style>
border-color css
<style>
span { border-color: #90DAB7; }
span { border-color: rgb(144,218,183); }
td.TdClassName
{
border-color: #90DAB7;
}
.TagClassName
{
border-color: #90DAB7;
}
</style>