Shades of Vista Blue #90E9B1
Tints of Vista Blue #90E9B1
RGB
CMYK
RGB Variations
Color information
#90E9B1 (or 0x90E9B1) is known color: Vista Blue. HEX triplet: 90, E9 and B1. RGB value is (144,233,177). Sum of RGB (Red+Green+Blue) = 144+233+177=554 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.99% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90E9B1 is #6F164E. Grayscale: #C8C8C8. Windows color (decimal): -7280207 or 11659664. OLE color: 11659664.
HSL color Cylindrical-coordinate representation of color #90E9B1: hue angle of 142.25º degrees, saturation: 0.67, 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 #90E9B1 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 177 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.09 |
| HSL | 142.25º | 0.67% | 0.74% | - |
| HSV(B) | 142.25º | 0.38% | 0.91% | - |
| XYZ | 48.58 | 67.38 | 52.04 | - |
| YUV | 200.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 177 | 0.38 | 0 | 0.24 | 0.09 | 142.25 | 0.67 | 0.74 |
| Hex | 90 | E9 | B1 | 26 | 0 | 18 | 9 | 8E | 43 | 4A |
| Octal | 220 | 351 | 261 | 46 | 0 | 30 | 11 | 216 | 103 | 112 |
| Binary | 10010000 | 11101001 | 10110001 | 100110 | 0 | 11000 | 1001 | 10001110 | 1000011 | 1001010 |
Color Harmonies of #90E9B1
Complementary color
Monochromatic Colors of #90E9B1
Black with #90E9B1
Text Example
Text Example
White with #90E9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9B1; }
p { color: rgb(144,233,177); }
H1.HeaderClassName
{
color: #90E9B1;
}
.AnyTagClassName
{
color: #90E9B1;
}
</style>
background-color css
<style>
a { background-color: #90E9B1; }
a { background-color: rgb(144,233,177); }
div.DivClassName
{
background-color: #90E9B1;
}
.BgClassName
{
background-color: #90E9B1;
}
</style>
border-color css
<style>
span { border-color: #90E9B1; }
span { border-color: rgb(144,233,177); }
td.TdClassName
{
border-color: #90E9B1;
}
.TagClassName
{
border-color: #90E9B1;
}
</style>