Shades of Vista Blue #90E6BA
Tints of Vista Blue #90E6BA
RGB
CMYK
RGB Variations
Color information
#90E6BA (or 0x90E6BA) is known color: Vista Blue. HEX triplet: 90, E6 and BA. RGB value is (144,230,186). Sum of RGB (Red+Green+Blue) = 144+230+186=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 230 (90.23% from 255 or 41.07% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 230 - color contains mainly: green. Hex color #90E6BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E6BA is #6F1945. Grayscale: #C7C7C7. Windows color (decimal): -7280966 or 12248720. OLE color: 12248720.
HSL color Cylindrical-coordinate representation of color #90E6BA: hue angle of 149.3º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #90E6BA is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 230 | 186 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.10 |
| HSL | 149.3º | 0.63% | 0.73% | - |
| HSV(B) | 149.3º | 0.37% | 0.9% | - |
| XYZ | 48.66 | 66.07 | 56.64 | - |
| YUV | 199.27 | 120.51 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 186 | 0.37 | 0 | 0.19 | 0.10 | 149.3 | 0.63 | 0.73 |
| Hex | 90 | E6 | BA | 25 | 0 | 13 | A | 95 | 3F | 49 |
| Octal | 220 | 346 | 272 | 45 | 0 | 23 | 12 | 225 | 77 | 111 |
| Binary | 10010000 | 11100110 | 10111010 | 100101 | 0 | 10011 | 1010 | 10010101 | 111111 | 1001001 |
Color Harmonies of #90E6BA
Complementary color
Monochromatic Colors of #90E6BA
Black with #90E6BA
Text Example
Text Example
White with #90E6BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E6BA; }
p { color: rgb(144,230,186); }
H1.HeaderClassName
{
color: #90E6BA;
}
.AnyTagClassName
{
color: #90E6BA;
}
</style>
background-color css
<style>
a { background-color: #90E6BA; }
a { background-color: rgb(144,230,186); }
div.DivClassName
{
background-color: #90E6BA;
}
.BgClassName
{
background-color: #90E6BA;
}
</style>
border-color css
<style>
span { border-color: #90E6BA; }
span { border-color: rgb(144,230,186); }
td.TdClassName
{
border-color: #90E6BA;
}
.TagClassName
{
border-color: #90E6BA;
}
</style>