Shades of Vista Blue #90EFBA
Tints of Vista Blue #90EFBA
RGB
CMYK
RGB Variations
Color information
#90EFBA (or 0x90EFBA) is known color: Vista Blue. HEX triplet: 90, EF and BA. RGB value is (144,239,186). Sum of RGB (Red+Green+Blue) = 144+239+186=569 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.31% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #90EFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90EFBA is #6F1045. Grayscale: #CCCCCC. Windows color (decimal): -7278662 or 12251024. OLE color: 12251024.
HSL color Cylindrical-coordinate representation of color #90EFBA: hue angle of 146.53º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90EFBA is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 144 | 239 | 186 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.06 |
| HSL | 146.53º | 0.75% | 0.75% | - |
| HSV(B) | 146.53º | 0.4% | 0.94% | - |
| XYZ | 51.23 | 71.21 | 57.5 | - |
| YUV | 204.55 | 117.53 | 84.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 239 | 186 | 0.40 | 0 | 0.22 | 0.06 | 146.53 | 0.75 | 0.75 |
| Hex | 90 | EF | BA | 28 | 0 | 16 | 6 | 93 | 4B | 4B |
| Octal | 220 | 357 | 272 | 50 | 0 | 26 | 6 | 223 | 113 | 113 |
| Binary | 10010000 | 11101111 | 10111010 | 101000 | 0 | 10110 | 110 | 10010011 | 1001011 | 1001011 |
Color Harmonies of #90EFBA
Complementary color
Monochromatic Colors of #90EFBA
Black with #90EFBA
Text Example
Text Example
White with #90EFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EFBA; }
p { color: rgb(144,239,186); }
H1.HeaderClassName
{
color: #90EFBA;
}
.AnyTagClassName
{
color: #90EFBA;
}
</style>
background-color css
<style>
a { background-color: #90EFBA; }
a { background-color: rgb(144,239,186); }
div.DivClassName
{
background-color: #90EFBA;
}
.BgClassName
{
background-color: #90EFBA;
}
</style>
border-color css
<style>
span { border-color: #90EFBA; }
span { border-color: rgb(144,239,186); }
td.TdClassName
{
border-color: #90EFBA;
}
.TagClassName
{
border-color: #90EFBA;
}
</style>