Shades of Vista Blue #9FEAB5
Tints of Vista Blue #9FEAB5
RGB
CMYK
RGB Variations
Color information
#9FEAB5 (or 0x9FEAB5) is known color: Vista Blue. HEX triplet: 9F, EA and B5. RGB value is (159,234,181). Sum of RGB (Red+Green+Blue) = 159+234+181=574 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.70% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAB5 is #60154A. Grayscale: #CDCDCD. Windows color (decimal): -6296907 or 11922079. OLE color: 11922079.
HSL color Cylindrical-coordinate representation of color #9FEAB5: hue angle of 137.6º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEAB5 is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 181 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.08 |
| HSL | 137.6º | 0.64% | 0.77% | - |
| HSV(B) | 137.6º | 0.32% | 0.92% | - |
| XYZ | 52.06 | 69.55 | 54.4 | - |
| YUV | 205.53 | 114.15 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 181 | 0.32 | 0 | 0.23 | 0.08 | 137.6 | 0.64 | 0.77 |
| Hex | 9F | EA | B5 | 20 | 0 | 17 | 8 | 8A | 40 | 4D |
| Octal | 237 | 352 | 265 | 40 | 0 | 27 | 10 | 212 | 100 | 115 |
| Binary | 10011111 | 11101010 | 10110101 | 100000 | 0 | 10111 | 1000 | 10001010 | 1000000 | 1001101 |
Color Harmonies of #9FEAB5
Complementary color
Monochromatic Colors of #9FEAB5
Black with #9FEAB5
Text Example
Text Example
White with #9FEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEAB5; }
p { color: rgb(159,234,181); }
H1.HeaderClassName
{
color: #9FEAB5;
}
.AnyTagClassName
{
color: #9FEAB5;
}
</style>
background-color css
<style>
a { background-color: #9FEAB5; }
a { background-color: rgb(159,234,181); }
div.DivClassName
{
background-color: #9FEAB5;
}
.BgClassName
{
background-color: #9FEAB5;
}
</style>
border-color css
<style>
span { border-color: #9FEAB5; }
span { border-color: rgb(159,234,181); }
td.TdClassName
{
border-color: #9FEAB5;
}
.TagClassName
{
border-color: #9FEAB5;
}
</style>