Shades of Vista Blue #90F9B5
Tints of Vista Blue #90F9B5
RGB
CMYK
RGB Variations
Color information
#90F9B5 (or 0x90F9B5) is known color: Vista Blue. HEX triplet: 90, F9 and B5. RGB value is (144,249,181). Sum of RGB (Red+Green+Blue) = 144+249+181=574 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.09% from 574); Green value is 249 (97.66% from 255 or 43.38% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 249 - color contains mainly: green. Hex color #90F9B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #90F9B5 is #6F064A. Grayscale: #D2D2D2. Windows color (decimal): -7276107 or 11925904. OLE color: 11925904.
HSL color Cylindrical-coordinate representation of color #90F9B5: hue angle of 141.14º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90F9B5 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 249 | 181 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.02 |
| HSL | 141.14º | 0.9% | 0.77% | - |
| HSV(B) | 141.14º | 0.42% | 0.98% | - |
| XYZ | 53.72 | 77.02 | 55.75 | - |
| YUV | 209.85 | 111.71 | 81.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 249 | 181 | 0.42 | 0 | 0.27 | 0.02 | 141.14 | 0.9 | 0.77 |
| Hex | 90 | F9 | B5 | 2A | 0 | 1B | 2 | 8D | 5A | 4D |
| Octal | 220 | 371 | 265 | 52 | 0 | 33 | 2 | 215 | 132 | 115 |
| Binary | 10010000 | 11111001 | 10110101 | 101010 | 0 | 11011 | 10 | 10001101 | 1011010 | 1001101 |
Color Harmonies of #90F9B5
Complementary color
Monochromatic Colors of #90F9B5
Black with #90F9B5
Text Example
Text Example
White with #90F9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F9B5; }
p { color: rgb(144,249,181); }
H1.HeaderClassName
{
color: #90F9B5;
}
.AnyTagClassName
{
color: #90F9B5;
}
</style>
background-color css
<style>
a { background-color: #90F9B5; }
a { background-color: rgb(144,249,181); }
div.DivClassName
{
background-color: #90F9B5;
}
.BgClassName
{
background-color: #90F9B5;
}
</style>
border-color css
<style>
span { border-color: #90F9B5; }
span { border-color: rgb(144,249,181); }
td.TdClassName
{
border-color: #90F9B5;
}
.TagClassName
{
border-color: #90F9B5;
}
</style>