Shades of Vista Blue #90CCAB
Tints of Vista Blue #90CCAB
RGB
CMYK
RGB Variations
Color information
#90CCAB (or 0x90CCAB) is known color: Vista Blue. HEX triplet: 90, CC and AB. RGB value is (144,204,171). Sum of RGB (Red+Green+Blue) = 144+204+171=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 204 - color contains mainly: green. Hex color #90CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CCAB is #6F3354. Grayscale: #B6B6B6. Windows color (decimal): -7287637 or 11259024. OLE color: 11259024.
HSL color Cylindrical-coordinate representation of color #90CCAB: hue angle of 147º 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 #90CCAB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 204 | 171 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.2 |
| HSL | 147º | 0.37% | 0.68% | - |
| HSV(B) | 147º | 0.29% | 0.8% | - |
| XYZ | 40.45 | 52.06 | 46.44 | - |
| YUV | 182.3 | 121.62 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 204 | 171 | 0.29 | 0 | 0.16 | 0.2 | 147 | 0.37 | 0.68 |
| Hex | 90 | CC | AB | 1D | 0 | 10 | 14 | 93 | 25 | 44 |
| Octal | 220 | 314 | 253 | 35 | 0 | 20 | 24 | 223 | 45 | 104 |
| Binary | 10010000 | 11001100 | 10101011 | 11101 | 0 | 10000 | 10100 | 10010011 | 100101 | 1000100 |
Color Harmonies of #90CCAB
Complementary color
Monochromatic Colors of #90CCAB
Black with #90CCAB
Text Example
Text Example
White with #90CCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CCAB; }
p { color: rgb(144,204,171); }
H1.HeaderClassName
{
color: #90CCAB;
}
.AnyTagClassName
{
color: #90CCAB;
}
</style>
background-color css
<style>
a { background-color: #90CCAB; }
a { background-color: rgb(144,204,171); }
div.DivClassName
{
background-color: #90CCAB;
}
.BgClassName
{
background-color: #90CCAB;
}
</style>
border-color css
<style>
span { border-color: #90CCAB; }
span { border-color: rgb(144,204,171); }
td.TdClassName
{
border-color: #90CCAB;
}
.TagClassName
{
border-color: #90CCAB;
}
</style>