Shades of Vista Blue #90E2BA
Tints of Vista Blue #90E2BA
RGB
CMYK
RGB Variations
Color information
#90E2BA (or 0x90E2BA) is known color: Vista Blue. HEX triplet: 90, E2 and BA. RGB value is (144,226,186). Sum of RGB (Red+Green+Blue) = 144+226+186=556 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.90% from 556); Green value is 226 (88.67% from 255 or 40.65% from 556); Blue value is 186 (73.05% from 255 or 33.45% from 556); Max value from RGB is 226 - color contains mainly: green. Hex color #90E2BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E2BA is #6F1D45. Grayscale: #C5C5C5. Windows color (decimal): -7281990 or 12247696. OLE color: 12247696.
HSL color Cylindrical-coordinate representation of color #90E2BA: hue angle of 150.73º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E2BA is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 226 | 186 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.11 |
| HSL | 150.73º | 0.59% | 0.73% | - |
| HSV(B) | 150.73º | 0.36% | 0.89% | - |
| XYZ | 47.56 | 63.87 | 56.28 | - |
| YUV | 196.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 226 | 186 | 0.36 | 0 | 0.18 | 0.11 | 150.73 | 0.59 | 0.73 |
| Hex | 90 | E2 | BA | 24 | 0 | 12 | B | 97 | 3B | 49 |
| Octal | 220 | 342 | 272 | 44 | 0 | 22 | 13 | 227 | 73 | 111 |
| Binary | 10010000 | 11100010 | 10111010 | 100100 | 0 | 10010 | 1011 | 10010111 | 111011 | 1001001 |
Color Harmonies of #90E2BA
Complementary color
Monochromatic Colors of #90E2BA
Black with #90E2BA
Text Example
Text Example
White with #90E2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E2BA; }
p { color: rgb(144,226,186); }
H1.HeaderClassName
{
color: #90E2BA;
}
.AnyTagClassName
{
color: #90E2BA;
}
</style>
background-color css
<style>
a { background-color: #90E2BA; }
a { background-color: rgb(144,226,186); }
div.DivClassName
{
background-color: #90E2BA;
}
.BgClassName
{
background-color: #90E2BA;
}
</style>
border-color css
<style>
span { border-color: #90E2BA; }
span { border-color: rgb(144,226,186); }
td.TdClassName
{
border-color: #90E2BA;
}
.TagClassName
{
border-color: #90E2BA;
}
</style>