Shades of Vista Blue #90CDAA
Tints of Vista Blue #90CDAA
RGB
CMYK
RGB Variations
Color information
#90CDAA (or 0x90CDAA) is known color: Vista Blue. HEX triplet: 90, CD and AA. RGB value is (144,205,170). Sum of RGB (Red+Green+Blue) = 144+205+170=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CDAA is #6F3255. Grayscale: #B6B6B6. Windows color (decimal): -7287382 or 11193744. OLE color: 11193744.
HSL color Cylindrical-coordinate representation of color #90CDAA: hue angle of 145.57º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #90CDAA is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 170 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.20 |
| HSL | 145.57º | 0.38% | 0.68% | - |
| HSV(B) | 145.57º | 0.3% | 0.8% | - |
| XYZ | 40.59 | 52.49 | 46.02 | - |
| YUV | 182.77 | 120.79 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 170 | 0.30 | 0 | 0.17 | 0.20 | 145.57 | 0.38 | 0.68 |
| Hex | 90 | CD | AA | 1E | 0 | 11 | 14 | 92 | 26 | 44 |
| Octal | 220 | 315 | 252 | 36 | 0 | 21 | 24 | 222 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10101010 | 11110 | 0 | 10001 | 10100 | 10010010 | 100110 | 1000100 |
Color Harmonies of #90CDAA
Complementary color
Monochromatic Colors of #90CDAA
Black with #90CDAA
Text Example
Text Example
White with #90CDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDAA; }
p { color: rgb(144,205,170); }
H1.HeaderClassName
{
color: #90CDAA;
}
.AnyTagClassName
{
color: #90CDAA;
}
</style>
background-color css
<style>
a { background-color: #90CDAA; }
a { background-color: rgb(144,205,170); }
div.DivClassName
{
background-color: #90CDAA;
}
.BgClassName
{
background-color: #90CDAA;
}
</style>
border-color css
<style>
span { border-color: #90CDAA; }
span { border-color: rgb(144,205,170); }
td.TdClassName
{
border-color: #90CDAA;
}
.TagClassName
{
border-color: #90CDAA;
}
</style>