Shades of Vista Blue #90E8BA
Tints of Vista Blue #90E8BA
RGB
CMYK
RGB Variations
Color information
#90E8BA (or 0x90E8BA) is known color: Vista Blue. HEX triplet: 90, E8 and BA. RGB value is (144,232,186). Sum of RGB (Red+Green+Blue) = 144+232+186=562 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.62% from 562); Green value is 232 (91.02% from 255 or 41.28% from 562); Blue value is 186 (73.05% from 255 or 33.10% from 562); Max value from RGB is 232 - color contains mainly: green. Hex color #90E8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E8BA is #6F1745. Grayscale: #C8C8C8. Windows color (decimal): -7280454 or 12249232. OLE color: 12249232.
HSL color Cylindrical-coordinate representation of color #90E8BA: hue angle of 148.64º 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 #90E8BA is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 232 | 186 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.09 |
| HSL | 148.64º | 0.66% | 0.74% | - |
| HSV(B) | 148.64º | 0.38% | 0.91% | - |
| XYZ | 49.22 | 67.19 | 56.83 | - |
| YUV | 200.44 | 119.85 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 232 | 186 | 0.38 | 0 | 0.20 | 0.09 | 148.64 | 0.66 | 0.74 |
| Hex | 90 | E8 | BA | 26 | 0 | 14 | 9 | 95 | 42 | 4A |
| Octal | 220 | 350 | 272 | 46 | 0 | 24 | 11 | 225 | 102 | 112 |
| Binary | 10010000 | 11101000 | 10111010 | 100110 | 0 | 10100 | 1001 | 10010101 | 1000010 | 1001010 |
Color Harmonies of #90E8BA
Complementary color
Monochromatic Colors of #90E8BA
Black with #90E8BA
Text Example
Text Example
White with #90E8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E8BA; }
p { color: rgb(144,232,186); }
H1.HeaderClassName
{
color: #90E8BA;
}
.AnyTagClassName
{
color: #90E8BA;
}
</style>
background-color css
<style>
a { background-color: #90E8BA; }
a { background-color: rgb(144,232,186); }
div.DivClassName
{
background-color: #90E8BA;
}
.BgClassName
{
background-color: #90E8BA;
}
</style>
border-color css
<style>
span { border-color: #90E8BA; }
span { border-color: rgb(144,232,186); }
td.TdClassName
{
border-color: #90E8BA;
}
.TagClassName
{
border-color: #90E8BA;
}
</style>