Shades of Vista Blue #90DABA
Tints of Vista Blue #90DABA
RGB
CMYK
RGB Variations
Color information
#90DABA (or 0x90DABA) is known color: Vista Blue. HEX triplet: 90, DA and BA. RGB value is (144,218,186). Sum of RGB (Red+Green+Blue) = 144+218+186=548 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.28% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #90DABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DABA is #6F2545. Grayscale: #C0C0C0. Windows color (decimal): -7284038 or 12245648. OLE color: 12245648.
HSL color Cylindrical-coordinate representation of color #90DABA: hue angle of 154.05º 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 #90DABA is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 186 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.15 |
| HSL | 154.05º | 0.5% | 0.71% | - |
| HSV(B) | 154.05º | 0.34% | 0.85% | - |
| XYZ | 45.44 | 59.62 | 55.57 | - |
| YUV | 192.23 | 124.48 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 186 | 0.34 | 0 | 0.15 | 0.15 | 154.05 | 0.5 | 0.71 |
| Hex | 90 | DA | BA | 22 | 0 | F | F | 9A | 32 | 47 |
| Octal | 220 | 332 | 272 | 42 | 0 | 17 | 17 | 232 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10111010 | 100010 | 0 | 1111 | 1111 | 10011010 | 110010 | 1000111 |
Color Harmonies of #90DABA
Complementary color
Monochromatic Colors of #90DABA
Black with #90DABA
Text Example
Text Example
White with #90DABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DABA; }
p { color: rgb(144,218,186); }
H1.HeaderClassName
{
color: #90DABA;
}
.AnyTagClassName
{
color: #90DABA;
}
</style>
background-color css
<style>
a { background-color: #90DABA; }
a { background-color: rgb(144,218,186); }
div.DivClassName
{
background-color: #90DABA;
}
.BgClassName
{
background-color: #90DABA;
}
</style>
border-color css
<style>
span { border-color: #90DABA; }
span { border-color: rgb(144,218,186); }
td.TdClassName
{
border-color: #90DABA;
}
.TagClassName
{
border-color: #90DABA;
}
</style>