Shades of Vista Blue #9FEABC
Tints of Vista Blue #9FEABC
RGB
CMYK
RGB Variations
Color information
#9FEABC (or 0x9FEABC) is known color: Vista Blue. HEX triplet: 9F, EA and BC. RGB value is (159,234,188). Sum of RGB (Red+Green+Blue) = 159+234+188=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 234 (91.80% from 255 or 40.28% from 581); Blue value is 188 (73.83% from 255 or 32.36% from 581); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEABC is #601543. Grayscale: #CECECE. Windows color (decimal): -6296900 or 12380831. OLE color: 12380831.
HSL color Cylindrical-coordinate representation of color #9FEABC: hue angle of 143.2º 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 #9FEABC is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 159 | 234 | 188 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.08 |
| HSL | 143.2º | 0.64% | 0.77% | - |
| HSV(B) | 143.2º | 0.32% | 0.92% | - |
| XYZ | 52.8 | 69.85 | 58.28 | - |
| YUV | 206.33 | 117.65 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 234 | 188 | 0.32 | 0 | 0.20 | 0.08 | 143.2 | 0.64 | 0.77 |
| Hex | 9F | EA | BC | 20 | 0 | 14 | 8 | 8F | 40 | 4D |
| Octal | 237 | 352 | 274 | 40 | 0 | 24 | 10 | 217 | 100 | 115 |
| Binary | 10011111 | 11101010 | 10111100 | 100000 | 0 | 10100 | 1000 | 10001111 | 1000000 | 1001101 |
Color Harmonies of #9FEABC
Complementary color
Monochromatic Colors of #9FEABC
Black with #9FEABC
Text Example
Text Example
White with #9FEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FEABC; }
p { color: rgb(159,234,188); }
H1.HeaderClassName
{
color: #9FEABC;
}
.AnyTagClassName
{
color: #9FEABC;
}
</style>
background-color css
<style>
a { background-color: #9FEABC; }
a { background-color: rgb(159,234,188); }
div.DivClassName
{
background-color: #9FEABC;
}
.BgClassName
{
background-color: #9FEABC;
}
</style>
border-color css
<style>
span { border-color: #9FEABC; }
span { border-color: rgb(159,234,188); }
td.TdClassName
{
border-color: #9FEABC;
}
.TagClassName
{
border-color: #9FEABC;
}
</style>