Shades of Vista Blue #90ECBA
Tints of Vista Blue #90ECBA
RGB
CMYK
RGB Variations
Color information
#90ECBA (or 0x90ECBA) is known color: Vista Blue. HEX triplet: 90, EC and BA. RGB value is (144,236,186). Sum of RGB (Red+Green+Blue) = 144+236+186=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #90ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90ECBA is #6F1345. Grayscale: #CACACA. Windows color (decimal): -7279430 or 12250256. OLE color: 12250256.
HSL color Cylindrical-coordinate representation of color #90ECBA: hue angle of 147.39º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90ECBA is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 186 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.07 |
| HSL | 147.39º | 0.71% | 0.75% | - |
| HSV(B) | 147.39º | 0.39% | 0.93% | - |
| XYZ | 50.36 | 69.47 | 57.21 | - |
| YUV | 202.79 | 118.52 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 186 | 0.39 | 0 | 0.21 | 0.07 | 147.39 | 0.71 | 0.75 |
| Hex | 90 | EC | BA | 27 | 0 | 15 | 7 | 93 | 47 | 4B |
| Octal | 220 | 354 | 272 | 47 | 0 | 25 | 7 | 223 | 107 | 113 |
| Binary | 10010000 | 11101100 | 10111010 | 100111 | 0 | 10101 | 111 | 10010011 | 1000111 | 1001011 |
Color Harmonies of #90ECBA
Complementary color
Monochromatic Colors of #90ECBA
Black with #90ECBA
Text Example
Text Example
White with #90ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ECBA; }
p { color: rgb(144,236,186); }
H1.HeaderClassName
{
color: #90ECBA;
}
.AnyTagClassName
{
color: #90ECBA;
}
</style>
background-color css
<style>
a { background-color: #90ECBA; }
a { background-color: rgb(144,236,186); }
div.DivClassName
{
background-color: #90ECBA;
}
.BgClassName
{
background-color: #90ECBA;
}
</style>
border-color css
<style>
span { border-color: #90ECBA; }
span { border-color: rgb(144,236,186); }
td.TdClassName
{
border-color: #90ECBA;
}
.TagClassName
{
border-color: #90ECBA;
}
</style>