Shades of Vista Blue #90CDAB
Tints of Vista Blue #90CDAB
RGB
CMYK
RGB Variations
Color information
#90CDAB (or 0x90CDAB) is known color: Vista Blue. HEX triplet: 90, CD and AB. RGB value is (144,205,171). Sum of RGB (Red+Green+Blue) = 144+205+171=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 205 - color contains mainly: green. Hex color #90CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CDAB is #6F3254. Grayscale: #B6B6B6. Windows color (decimal): -7287381 or 11259280. OLE color: 11259280.
HSL color Cylindrical-coordinate representation of color #90CDAB: hue angle of 146.56º 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 #90CDAB is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 171 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.20 |
| HSL | 146.56º | 0.38% | 0.68% | - |
| HSV(B) | 146.56º | 0.3% | 0.8% | - |
| XYZ | 40.68 | 52.53 | 46.52 | - |
| YUV | 182.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 171 | 0.30 | 0 | 0.17 | 0.20 | 146.56 | 0.38 | 0.68 |
| Hex | 90 | CD | AB | 1E | 0 | 11 | 14 | 93 | 26 | 44 |
| Octal | 220 | 315 | 253 | 36 | 0 | 21 | 24 | 223 | 46 | 104 |
| Binary | 10010000 | 11001101 | 10101011 | 11110 | 0 | 10001 | 10100 | 10010011 | 100110 | 1000100 |
Color Harmonies of #90CDAB
Complementary color
Monochromatic Colors of #90CDAB
Black with #90CDAB
Text Example
Text Example
White with #90CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CDAB; }
p { color: rgb(144,205,171); }
H1.HeaderClassName
{
color: #90CDAB;
}
.AnyTagClassName
{
color: #90CDAB;
}
</style>
background-color css
<style>
a { background-color: #90CDAB; }
a { background-color: rgb(144,205,171); }
div.DivClassName
{
background-color: #90CDAB;
}
.BgClassName
{
background-color: #90CDAB;
}
</style>
border-color css
<style>
span { border-color: #90CDAB; }
span { border-color: rgb(144,205,171); }
td.TdClassName
{
border-color: #90CDAB;
}
.TagClassName
{
border-color: #90CDAB;
}
</style>