Shades of Vista Blue #90DABC
Tints of Vista Blue #90DABC
RGB
CMYK
RGB Variations
Color information
#90DABC (or 0x90DABC) is known color: Vista Blue. HEX triplet: 90, DA and BC. RGB value is (144,218,188). Sum of RGB (Red+Green+Blue) = 144+218+188=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 218 (85.55% from 255 or 39.64% from 550); Blue value is 188 (73.83% from 255 or 34.18% from 550); Max value from RGB is 218 - color contains mainly: green. Hex color #90DABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90DABC is #6F2543. Grayscale: #C0C0C0. Windows color (decimal): -7284036 or 12376720. OLE color: 12376720.
HSL color Cylindrical-coordinate representation of color #90DABC: hue angle of 155.68º 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 #90DABC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 188 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.15 |
| HSL | 155.68º | 0.5% | 0.71% | - |
| HSV(B) | 155.68º | 0.34% | 0.85% | - |
| XYZ | 45.65 | 59.7 | 56.69 | - |
| YUV | 192.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 188 | 0.34 | 0 | 0.14 | 0.15 | 155.68 | 0.5 | 0.71 |
| Hex | 90 | DA | BC | 22 | 0 | E | F | 9C | 32 | 47 |
| Octal | 220 | 332 | 274 | 42 | 0 | 16 | 17 | 234 | 62 | 107 |
| Binary | 10010000 | 11011010 | 10111100 | 100010 | 0 | 1110 | 1111 | 10011100 | 110010 | 1000111 |
Color Harmonies of #90DABC
Complementary color
Monochromatic Colors of #90DABC
Black with #90DABC
Text Example
Text Example
White with #90DABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DABC; }
p { color: rgb(144,218,188); }
H1.HeaderClassName
{
color: #90DABC;
}
.AnyTagClassName
{
color: #90DABC;
}
</style>
background-color css
<style>
a { background-color: #90DABC; }
a { background-color: rgb(144,218,188); }
div.DivClassName
{
background-color: #90DABC;
}
.BgClassName
{
background-color: #90DABC;
}
</style>
border-color css
<style>
span { border-color: #90DABC; }
span { border-color: rgb(144,218,188); }
td.TdClassName
{
border-color: #90DABC;
}
.TagClassName
{
border-color: #90DABC;
}
</style>