Shades of Vista Blue #90E0A9
Tints of Vista Blue #90E0A9
RGB
CMYK
RGB Variations
Color information
#90E0A9 (or 0x90E0A9) is known color: Vista Blue. HEX triplet: 90, E0 and A9. RGB value is (144,224,169). Sum of RGB (Red+Green+Blue) = 144+224+169=537 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.82% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 169 (66.41% from 255 or 31.47% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #90E0A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90E0A9 is #6F1F56. Grayscale: #C1C1C1. Windows color (decimal): -7282519 or 11133072. OLE color: 11133072.
HSL color Cylindrical-coordinate representation of color #90E0A9: hue angle of 138.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90E0A9 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 169 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.12 |
| HSL | 138.75º | 0.56% | 0.72% | - |
| HSV(B) | 138.75º | 0.36% | 0.88% | - |
| XYZ | 45.32 | 62.11 | 47.14 | - |
| YUV | 193.81 | 114 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 169 | 0.36 | 0 | 0.25 | 0.12 | 138.75 | 0.56 | 0.72 |
| Hex | 90 | E0 | A9 | 24 | 0 | 19 | C | 8B | 38 | 48 |
| Octal | 220 | 340 | 251 | 44 | 0 | 31 | 14 | 213 | 70 | 110 |
| Binary | 10010000 | 11100000 | 10101001 | 100100 | 0 | 11001 | 1100 | 10001011 | 111000 | 1001000 |
Color Harmonies of #90E0A9
Complementary color
Monochromatic Colors of #90E0A9
Black with #90E0A9
Text Example
Text Example
White with #90E0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E0A9; }
p { color: rgb(144,224,169); }
H1.HeaderClassName
{
color: #90E0A9;
}
.AnyTagClassName
{
color: #90E0A9;
}
</style>
background-color css
<style>
a { background-color: #90E0A9; }
a { background-color: rgb(144,224,169); }
div.DivClassName
{
background-color: #90E0A9;
}
.BgClassName
{
background-color: #90E0A9;
}
</style>
border-color css
<style>
span { border-color: #90E0A9; }
span { border-color: rgb(144,224,169); }
td.TdClassName
{
border-color: #90E0A9;
}
.TagClassName
{
border-color: #90E0A9;
}
</style>