Shades of Vista Blue #90F1AF
Tints of Vista Blue #90F1AF
RGB
CMYK
RGB Variations
Color information
#90F1AF (or 0x90F1AF) is known color: Vista Blue. HEX triplet: 90, F1 and AF. RGB value is (144,241,175). Sum of RGB (Red+Green+Blue) = 144+241+175=560 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.71% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #90F1AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #90F1AF is #6F0E50. Grayscale: #CCCCCC. Windows color (decimal): -7278161 or 11530640. OLE color: 11530640.
HSL color Cylindrical-coordinate representation of color #90F1AF: hue angle of 139.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90F1AF is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 241 | 175 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.05 |
| HSL | 139.18º | 0.78% | 0.75% | - |
| HSV(B) | 139.18º | 0.4% | 0.95% | - |
| XYZ | 50.69 | 71.94 | 51.77 | - |
| YUV | 204.47 | 111.36 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 241 | 175 | 0.40 | 0 | 0.27 | 0.05 | 139.18 | 0.78 | 0.75 |
| Hex | 90 | F1 | AF | 28 | 0 | 1B | 5 | 8B | 4E | 4B |
| Octal | 220 | 361 | 257 | 50 | 0 | 33 | 5 | 213 | 116 | 113 |
| Binary | 10010000 | 11110001 | 10101111 | 101000 | 0 | 11011 | 101 | 10001011 | 1001110 | 1001011 |
Color Harmonies of #90F1AF
Complementary color
Monochromatic Colors of #90F1AF
Black with #90F1AF
Text Example
Text Example
White with #90F1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90F1AF; }
p { color: rgb(144,241,175); }
H1.HeaderClassName
{
color: #90F1AF;
}
.AnyTagClassName
{
color: #90F1AF;
}
</style>
background-color css
<style>
a { background-color: #90F1AF; }
a { background-color: rgb(144,241,175); }
div.DivClassName
{
background-color: #90F1AF;
}
.BgClassName
{
background-color: #90F1AF;
}
</style>
border-color css
<style>
span { border-color: #90F1AF; }
span { border-color: rgb(144,241,175); }
td.TdClassName
{
border-color: #90F1AF;
}
.TagClassName
{
border-color: #90F1AF;
}
</style>