Shades of Vista Blue #90DCAD
Tints of Vista Blue #90DCAD
RGB
CMYK
RGB Variations
Color information
#90DCAD (or 0x90DCAD) is known color: Vista Blue. HEX triplet: 90, DC and AD. RGB value is (144,220,173). Sum of RGB (Red+Green+Blue) = 144+220+173=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 173 (67.97% from 255 or 32.22% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #90DCAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DCAD is #6F2352. Grayscale: #C0C0C0. Windows color (decimal): -7283539 or 11394192. OLE color: 11394192.
HSL color Cylindrical-coordinate representation of color #90DCAD: hue angle of 142.89º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DCAD is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 173 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.14 |
| HSL | 142.89º | 0.52% | 0.71% | - |
| HSV(B) | 142.89º | 0.35% | 0.86% | - |
| XYZ | 44.64 | 60.13 | 48.79 | - |
| YUV | 191.92 | 117.32 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 173 | 0.35 | 0 | 0.21 | 0.14 | 142.89 | 0.52 | 0.71 |
| Hex | 90 | DC | AD | 23 | 0 | 15 | E | 8F | 34 | 47 |
| Octal | 220 | 334 | 255 | 43 | 0 | 25 | 16 | 217 | 64 | 107 |
| Binary | 10010000 | 11011100 | 10101101 | 100011 | 0 | 10101 | 1110 | 10001111 | 110100 | 1000111 |
Color Harmonies of #90DCAD
Complementary color
Monochromatic Colors of #90DCAD
Black with #90DCAD
Text Example
Text Example
White with #90DCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DCAD; }
p { color: rgb(144,220,173); }
H1.HeaderClassName
{
color: #90DCAD;
}
.AnyTagClassName
{
color: #90DCAD;
}
</style>
background-color css
<style>
a { background-color: #90DCAD; }
a { background-color: rgb(144,220,173); }
div.DivClassName
{
background-color: #90DCAD;
}
.BgClassName
{
background-color: #90DCAD;
}
</style>
border-color css
<style>
span { border-color: #90DCAD; }
span { border-color: rgb(144,220,173); }
td.TdClassName
{
border-color: #90DCAD;
}
.TagClassName
{
border-color: #90DCAD;
}
</style>