Shades of Vista Blue #90E9BD
Tints of Vista Blue #90E9BD
RGB
CMYK
RGB Variations
Color information
#90E9BD (or 0x90E9BD) is known color: Vista Blue. HEX triplet: 90, E9 and BD. RGB value is (144,233,189). Sum of RGB (Red+Green+Blue) = 144+233+189=566 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.44% from 566); Green value is 233 (91.41% from 255 or 41.17% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 233 - color contains mainly: green. Hex color #90E9BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90E9BD is #6F1642. Grayscale: #C9C9C9. Windows color (decimal): -7280195 or 12446096. OLE color: 12446096.
HSL color Cylindrical-coordinate representation of color #90E9BD: hue angle of 150.34º 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 #90E9BD is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 189 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.09 |
| HSL | 150.34º | 0.67% | 0.74% | - |
| HSV(B) | 150.34º | 0.38% | 0.91% | - |
| XYZ | 49.83 | 67.88 | 58.62 | - |
| YUV | 201.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 189 | 0.38 | 0 | 0.19 | 0.09 | 150.34 | 0.67 | 0.74 |
| Hex | 90 | E9 | BD | 26 | 0 | 13 | 9 | 96 | 43 | 4A |
| Octal | 220 | 351 | 275 | 46 | 0 | 23 | 11 | 226 | 103 | 112 |
| Binary | 10010000 | 11101001 | 10111101 | 100110 | 0 | 10011 | 1001 | 10010110 | 1000011 | 1001010 |
Color Harmonies of #90E9BD
Complementary color
Monochromatic Colors of #90E9BD
Black with #90E9BD
Text Example
Text Example
White with #90E9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E9BD; }
p { color: rgb(144,233,189); }
H1.HeaderClassName
{
color: #90E9BD;
}
.AnyTagClassName
{
color: #90E9BD;
}
</style>
background-color css
<style>
a { background-color: #90E9BD; }
a { background-color: rgb(144,233,189); }
div.DivClassName
{
background-color: #90E9BD;
}
.BgClassName
{
background-color: #90E9BD;
}
</style>
border-color css
<style>
span { border-color: #90E9BD; }
span { border-color: rgb(144,233,189); }
td.TdClassName
{
border-color: #90E9BD;
}
.TagClassName
{
border-color: #90E9BD;
}
</style>