Shades of Vista Blue #90E2B6
Tints of Vista Blue #90E2B6
RGB
CMYK
RGB Variations
Color information
#90E2B6 (or 0x90E2B6) is known color: Vista Blue. HEX triplet: 90, E2 and B6. RGB value is (144,226,182). Sum of RGB (Red+Green+Blue) = 144+226+182=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 182 (71.48% from 255 or 32.97% from 552); Max value from RGB is 226 - color contains mainly: green. Hex color #90E2B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90E2B6 is #6F1D49. Grayscale: #C4C4C4. Windows color (decimal): -7281994 or 11985552. OLE color: 11985552.
HSL color Cylindrical-coordinate representation of color #90E2B6: hue angle of 147.8º 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 #90E2B6 is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 226 | 182 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.11 |
| HSL | 147.8º | 0.59% | 0.73% | - |
| HSV(B) | 147.8º | 0.36% | 0.89% | - |
| XYZ | 47.14 | 63.7 | 54.07 | - |
| YUV | 196.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 226 | 182 | 0.36 | 0 | 0.19 | 0.11 | 147.8 | 0.59 | 0.73 |
| Hex | 90 | E2 | B6 | 24 | 0 | 13 | B | 94 | 3B | 49 |
| Octal | 220 | 342 | 266 | 44 | 0 | 23 | 13 | 224 | 73 | 111 |
| Binary | 10010000 | 11100010 | 10110110 | 100100 | 0 | 10011 | 1011 | 10010100 | 111011 | 1001001 |
Color Harmonies of #90E2B6
Complementary color
Monochromatic Colors of #90E2B6
Black with #90E2B6
Text Example
Text Example
White with #90E2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E2B6; }
p { color: rgb(144,226,182); }
H1.HeaderClassName
{
color: #90E2B6;
}
.AnyTagClassName
{
color: #90E2B6;
}
</style>
background-color css
<style>
a { background-color: #90E2B6; }
a { background-color: rgb(144,226,182); }
div.DivClassName
{
background-color: #90E2B6;
}
.BgClassName
{
background-color: #90E2B6;
}
</style>
border-color css
<style>
span { border-color: #90E2B6; }
span { border-color: rgb(144,226,182); }
td.TdClassName
{
border-color: #90E2B6;
}
.TagClassName
{
border-color: #90E2B6;
}
</style>