Shades of Vista Blue #90D8AD
Tints of Vista Blue #90D8AD
RGB
CMYK
RGB Variations
Color information
#90D8AD (or 0x90D8AD) is known color: Vista Blue. HEX triplet: 90, D8 and AD. RGB value is (144,216,173). Sum of RGB (Red+Green+Blue) = 144+216+173=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 216 (84.77% from 255 or 40.53% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 216 - color contains mainly: green. Hex color #90D8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D8AD is #6F2752. Grayscale: #BDBDBD. Windows color (decimal): -7284563 or 11393168. OLE color: 11393168.
HSL color Cylindrical-coordinate representation of color #90D8AD: hue angle of 144.17º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90D8AD is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 216 | 173 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.15 |
| HSL | 144.17º | 0.48% | 0.71% | - |
| HSV(B) | 144.17º | 0.33% | 0.85% | - |
| XYZ | 43.6 | 58.06 | 48.44 | - |
| YUV | 189.57 | 118.65 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 216 | 173 | 0.33 | 0 | 0.20 | 0.15 | 144.17 | 0.48 | 0.71 |
| Hex | 90 | D8 | AD | 21 | 0 | 14 | F | 90 | 30 | 47 |
| Octal | 220 | 330 | 255 | 41 | 0 | 24 | 17 | 220 | 60 | 107 |
| Binary | 10010000 | 11011000 | 10101101 | 100001 | 0 | 10100 | 1111 | 10010000 | 110000 | 1000111 |
Color Harmonies of #90D8AD
Complementary color
Monochromatic Colors of #90D8AD
Black with #90D8AD
Text Example
Text Example
White with #90D8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D8AD; }
p { color: rgb(144,216,173); }
H1.HeaderClassName
{
color: #90D8AD;
}
.AnyTagClassName
{
color: #90D8AD;
}
</style>
background-color css
<style>
a { background-color: #90D8AD; }
a { background-color: rgb(144,216,173); }
div.DivClassName
{
background-color: #90D8AD;
}
.BgClassName
{
background-color: #90D8AD;
}
</style>
border-color css
<style>
span { border-color: #90D8AD; }
span { border-color: rgb(144,216,173); }
td.TdClassName
{
border-color: #90D8AD;
}
.TagClassName
{
border-color: #90D8AD;
}
</style>