Shades of Vista Blue #90E9BA
Tints of Vista Blue #90E9BA
RGB
CMYK
RGB Variations
Color information
#90E9BA (or 0x90E9BA) is known color: Vista Blue. HEX triplet: 90, E9 and BA. RGB value is (144,233,186). Sum of RGB (Red+Green+Blue) = 144+233+186=563 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.58% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9BA is #6F1645. Grayscale: #C9C9C9. Windows color (decimal): -7280198 or 12249488. OLE color: 12249488.
HSL color Cylindrical-coordinate representation of color #90E9BA: hue angle of 148.31º degrees, saturation: 0.67, 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 #90E9BA is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 186 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.09 |
| HSL | 148.31º | 0.67% | 0.74% | - |
| HSV(B) | 148.31º | 0.38% | 0.91% | - |
| XYZ | 49.5 | 67.75 | 56.92 | - |
| YUV | 201.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 186 | 0.38 | 0 | 0.20 | 0.09 | 148.31 | 0.67 | 0.74 |
| Hex | 90 | E9 | BA | 26 | 0 | 14 | 9 | 94 | 43 | 4A |
| Octal | 220 | 351 | 272 | 46 | 0 | 24 | 11 | 224 | 103 | 112 |
| Binary | 10010000 | 11101001 | 10111010 | 100110 | 0 | 10100 | 1001 | 10010100 | 1000011 | 1001010 |
Color Harmonies of #90E9BA
Complementary color
Monochromatic Colors of #90E9BA
Black with #90E9BA
Text Example
Text Example
White with #90E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9BA; }
p { color: rgb(144,233,186); }
H1.HeaderClassName
{
color: #90E9BA;
}
.AnyTagClassName
{
color: #90E9BA;
}
</style>
background-color css
<style>
a { background-color: #90E9BA; }
a { background-color: rgb(144,233,186); }
div.DivClassName
{
background-color: #90E9BA;
}
.BgClassName
{
background-color: #90E9BA;
}
</style>
border-color css
<style>
span { border-color: #90E9BA; }
span { border-color: rgb(144,233,186); }
td.TdClassName
{
border-color: #90E9BA;
}
.TagClassName
{
border-color: #90E9BA;
}
</style>