Shades of Vista Blue #90CBAB
Tints of Vista Blue #90CBAB
RGB
CMYK
RGB Variations
Color information
#90CBAB (or 0x90CBAB) is known color: Vista Blue. HEX triplet: 90, CB and AB. RGB value is (144,203,171). Sum of RGB (Red+Green+Blue) = 144+203+171=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 203 (79.69% from 255 or 39.19% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 203 - color contains mainly: green. Hex color #90CBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90CBAB is #6F3454. Grayscale: #B5B5B5. Windows color (decimal): -7287893 or 11258768. OLE color: 11258768.
HSL color Cylindrical-coordinate representation of color #90CBAB: hue angle of 147.46º degrees, saturation: 0.36, 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 #90CBAB is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 203 | 171 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.20 |
| HSL | 147.46º | 0.36% | 0.68% | - |
| HSV(B) | 147.46º | 0.29% | 0.8% | - |
| XYZ | 40.21 | 51.58 | 46.37 | - |
| YUV | 181.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 203 | 171 | 0.29 | 0 | 0.16 | 0.20 | 147.46 | 0.36 | 0.68 |
| Hex | 90 | CB | AB | 1D | 0 | 10 | 14 | 93 | 24 | 44 |
| Octal | 220 | 313 | 253 | 35 | 0 | 20 | 24 | 223 | 44 | 104 |
| Binary | 10010000 | 11001011 | 10101011 | 11101 | 0 | 10000 | 10100 | 10010011 | 100100 | 1000100 |
Color Harmonies of #90CBAB
Complementary color
Monochromatic Colors of #90CBAB
Black with #90CBAB
Text Example
Text Example
White with #90CBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CBAB; }
p { color: rgb(144,203,171); }
H1.HeaderClassName
{
color: #90CBAB;
}
.AnyTagClassName
{
color: #90CBAB;
}
</style>
background-color css
<style>
a { background-color: #90CBAB; }
a { background-color: rgb(144,203,171); }
div.DivClassName
{
background-color: #90CBAB;
}
.BgClassName
{
background-color: #90CBAB;
}
</style>
border-color css
<style>
span { border-color: #90CBAB; }
span { border-color: rgb(144,203,171); }
td.TdClassName
{
border-color: #90CBAB;
}
.TagClassName
{
border-color: #90CBAB;
}
</style>