Shades of Vista Blue #90DAB0
Tints of Vista Blue #90DAB0
RGB
CMYK
RGB Variations
Color information
#90DAB0 (or 0x90DAB0) is known color: Vista Blue. HEX triplet: 90, DA and B0. RGB value is (144,218,176). Sum of RGB (Red+Green+Blue) = 144+218+176=538 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.77% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 176 (69.14% from 255 or 32.71% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #90DAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DAB0 is #6F254F. Grayscale: #BFBFBF. Windows color (decimal): -7284048 or 11590288. OLE color: 11590288.
HSL color Cylindrical-coordinate representation of color #90DAB0: hue angle of 145.95º 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 #90DAB0 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 176 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.15 |
| HSL | 145.95º | 0.5% | 0.71% | - |
| HSV(B) | 145.95º | 0.34% | 0.85% | - |
| XYZ | 44.41 | 59.21 | 50.16 | - |
| YUV | 191.09 | 119.48 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 176 | 0.34 | 0 | 0.19 | 0.15 | 145.95 | 0.5 | 0.71 |
| Hex | 90 | DA | B0 | 22 | 0 | 13 | F | 92 | 32 | 47 |
| Octal | 220 | 332 | 260 | 42 | 0 | 23 | 17 | 222 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10110000 | 100010 | 0 | 10011 | 1111 | 10010010 | 110010 | 1000111 |
Color Harmonies of #90DAB0
Complementary color
Monochromatic Colors of #90DAB0
Black with #90DAB0
Text Example
Text Example
White with #90DAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DAB0; }
p { color: rgb(144,218,176); }
H1.HeaderClassName
{
color: #90DAB0;
}
.AnyTagClassName
{
color: #90DAB0;
}
</style>
background-color css
<style>
a { background-color: #90DAB0; }
a { background-color: rgb(144,218,176); }
div.DivClassName
{
background-color: #90DAB0;
}
.BgClassName
{
background-color: #90DAB0;
}
</style>
border-color css
<style>
span { border-color: #90DAB0; }
span { border-color: rgb(144,218,176); }
td.TdClassName
{
border-color: #90DAB0;
}
.TagClassName
{
border-color: #90DAB0;
}
</style>