Shades of Vista Blue #90CCAA
Tints of Vista Blue #90CCAA
RGB
CMYK
RGB Variations
Color information
#90CCAA (or 0x90CCAA) is known color: Vista Blue. HEX triplet: 90, CC and AA. RGB value is (144,204,170). Sum of RGB (Red+Green+Blue) = 144+204+170=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 204 (80.08% from 255 or 39.38% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CCAA is #6F3355. Grayscale: #B6B6B6. Windows color (decimal): -7287638 or 11193488. OLE color: 11193488.
HSL color Cylindrical-coordinate representation of color #90CCAA: hue angle of 146º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90CCAA is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 170 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.2 |
| HSL | 146º | 0.37% | 0.68% | - |
| HSV(B) | 146º | 0.29% | 0.8% | - |
| XYZ | 40.35 | 52.02 | 45.94 | - |
| YUV | 182.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 170 | 0.29 | 0 | 0.17 | 0.2 | 146 | 0.37 | 0.68 |
| Hex | 90 | CC | AA | 1D | 0 | 11 | 14 | 92 | 25 | 44 |
| Octal | 220 | 314 | 252 | 35 | 0 | 21 | 24 | 222 | 45 | 104 |
| Binary | 10010000 | 11001100 | 10101010 | 11101 | 0 | 10001 | 10100 | 10010010 | 100101 | 1000100 |
Color Harmonies of #90CCAA
Complementary color
Monochromatic Colors of #90CCAA
Black with #90CCAA
Text Example
Text Example
White with #90CCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCAA; }
p { color: rgb(144,204,170); }
H1.HeaderClassName
{
color: #90CCAA;
}
.AnyTagClassName
{
color: #90CCAA;
}
</style>
background-color css
<style>
a { background-color: #90CCAA; }
a { background-color: rgb(144,204,170); }
div.DivClassName
{
background-color: #90CCAA;
}
.BgClassName
{
background-color: #90CCAA;
}
</style>
border-color css
<style>
span { border-color: #90CCAA; }
span { border-color: rgb(144,204,170); }
td.TdClassName
{
border-color: #90CCAA;
}
.TagClassName
{
border-color: #90CCAA;
}
</style>