Shades of Vista Blue #90E8BE
Tints of Vista Blue #90E8BE
RGB
CMYK
RGB Variations
Color information
#90E8BE (or 0x90E8BE) is known color: Vista Blue. HEX triplet: 90, E8 and BE. RGB value is (144,232,190). Sum of RGB (Red+Green+Blue) = 144+232+190=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8BE is #6F1741. Grayscale: #C8C8C8. Windows color (decimal): -7280450 or 12511376. OLE color: 12511376.
HSL color Cylindrical-coordinate representation of color #90E8BE: hue angle of 151.36º degrees, saturation: 0.66, 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 #90E8BE is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 190 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.09 |
| HSL | 151.36º | 0.66% | 0.74% | - |
| HSV(B) | 151.36º | 0.38% | 0.91% | - |
| XYZ | 49.65 | 67.36 | 59.1 | - |
| YUV | 200.9 | 121.85 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 190 | 0.38 | 0 | 0.18 | 0.09 | 151.36 | 0.66 | 0.74 |
| Hex | 90 | E8 | BE | 26 | 0 | 12 | 9 | 97 | 42 | 4A |
| Octal | 220 | 350 | 276 | 46 | 0 | 22 | 11 | 227 | 102 | 112 |
| Binary | 10010000 | 11101000 | 10111110 | 100110 | 0 | 10010 | 1001 | 10010111 | 1000010 | 1001010 |
Color Harmonies of #90E8BE
Complementary color
Monochromatic Colors of #90E8BE
Black with #90E8BE
Text Example
Text Example
White with #90E8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8BE; }
p { color: rgb(144,232,190); }
H1.HeaderClassName
{
color: #90E8BE;
}
.AnyTagClassName
{
color: #90E8BE;
}
</style>
background-color css
<style>
a { background-color: #90E8BE; }
a { background-color: rgb(144,232,190); }
div.DivClassName
{
background-color: #90E8BE;
}
.BgClassName
{
background-color: #90E8BE;
}
</style>
border-color css
<style>
span { border-color: #90E8BE; }
span { border-color: rgb(144,232,190); }
td.TdClassName
{
border-color: #90E8BE;
}
.TagClassName
{
border-color: #90E8BE;
}
</style>