Shades of Vista Blue #90DDAA
Tints of Vista Blue #90DDAA
RGB
CMYK
RGB Variations
Color information
#90DDAA (or 0x90DDAA) is known color: Vista Blue. HEX triplet: 90, DD and AA. RGB value is (144,221,170). Sum of RGB (Red+Green+Blue) = 144+221+170=535 (70% of max value = 765). Red value is 144 (56.64% from 255 or 26.92% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 170 (66.80% from 255 or 31.78% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #90DDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DDAA is #6F2255. Grayscale: #C0C0C0. Windows color (decimal): -7283286 or 11197840. OLE color: 11197840.
HSL color Cylindrical-coordinate representation of color #90DDAA: hue angle of 140.26º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90DDAA is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 170 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.13 |
| HSL | 140.26º | 0.53% | 0.72% | - |
| HSV(B) | 140.26º | 0.35% | 0.87% | - |
| XYZ | 44.61 | 60.54 | 47.37 | - |
| YUV | 192.16 | 115.49 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 170 | 0.35 | 0 | 0.23 | 0.13 | 140.26 | 0.53 | 0.72 |
| Hex | 90 | DD | AA | 23 | 0 | 17 | D | 8C | 35 | 48 |
| Octal | 220 | 335 | 252 | 43 | 0 | 27 | 15 | 214 | 65 | 110 |
| Binary | 10010000 | 11011101 | 10101010 | 100011 | 0 | 10111 | 1101 | 10001100 | 110101 | 1001000 |
Color Harmonies of #90DDAA
Complementary color
Monochromatic Colors of #90DDAA
Black with #90DDAA
Text Example
Text Example
White with #90DDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DDAA; }
p { color: rgb(144,221,170); }
H1.HeaderClassName
{
color: #90DDAA;
}
.AnyTagClassName
{
color: #90DDAA;
}
</style>
background-color css
<style>
a { background-color: #90DDAA; }
a { background-color: rgb(144,221,170); }
div.DivClassName
{
background-color: #90DDAA;
}
.BgClassName
{
background-color: #90DDAA;
}
</style>
border-color css
<style>
span { border-color: #90DDAA; }
span { border-color: rgb(144,221,170); }
td.TdClassName
{
border-color: #90DDAA;
}
.TagClassName
{
border-color: #90DDAA;
}
</style>