Shades of Vista Blue #90E7B9
Tints of Vista Blue #90E7B9
RGB
CMYK
RGB Variations
Color information
#90E7B9 (or 0x90E7B9) is known color: Vista Blue. HEX triplet: 90, E7 and B9. RGB value is (144,231,185). Sum of RGB (Red+Green+Blue) = 144+231+185=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 231 (90.62% from 255 or 41.25% from 560); Blue value is 185 (72.66% from 255 or 33.04% from 560); Max value from RGB is 231 - color contains mainly: green. Hex color #90E7B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E7B9 is #6F1846. Grayscale: #C7C7C7. Windows color (decimal): -7280711 or 12183440. OLE color: 12183440.
HSL color Cylindrical-coordinate representation of color #90E7B9: hue angle of 148.28º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90E7B9 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 231 | 185 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.09 |
| HSL | 148.28º | 0.64% | 0.74% | - |
| HSV(B) | 148.28º | 0.38% | 0.91% | - |
| XYZ | 48.83 | 66.58 | 56.18 | - |
| YUV | 199.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 231 | 185 | 0.38 | 0 | 0.20 | 0.09 | 148.28 | 0.64 | 0.74 |
| Hex | 90 | E7 | B9 | 26 | 0 | 14 | 9 | 94 | 40 | 4A |
| Octal | 220 | 347 | 271 | 46 | 0 | 24 | 11 | 224 | 100 | 112 |
| Binary | 10010000 | 11100111 | 10111001 | 100110 | 0 | 10100 | 1001 | 10010100 | 1000000 | 1001010 |
Color Harmonies of #90E7B9
Complementary color
Monochromatic Colors of #90E7B9
Black with #90E7B9
Text Example
Text Example
White with #90E7B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E7B9; }
p { color: rgb(144,231,185); }
H1.HeaderClassName
{
color: #90E7B9;
}
.AnyTagClassName
{
color: #90E7B9;
}
</style>
background-color css
<style>
a { background-color: #90E7B9; }
a { background-color: rgb(144,231,185); }
div.DivClassName
{
background-color: #90E7B9;
}
.BgClassName
{
background-color: #90E7B9;
}
</style>
border-color css
<style>
span { border-color: #90E7B9; }
span { border-color: rgb(144,231,185); }
td.TdClassName
{
border-color: #90E7B9;
}
.TagClassName
{
border-color: #90E7B9;
}
</style>