Shades of Vista Blue #9FE5C1
Tints of Vista Blue #9FE5C1
RGB
CMYK
RGB Variations
Color information
#9FE5C1 (or 0x9FE5C1) is known color: Vista Blue. HEX triplet: 9F, E5 and C1. RGB value is (159,229,193). Sum of RGB (Red+Green+Blue) = 159+229+193=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5C1 is #601A3E. Grayscale: #CCCCCC. Windows color (decimal): -6298175 or 12707231. OLE color: 12707231.
HSL color Cylindrical-coordinate representation of color #9FE5C1: hue angle of 149.14º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5C1 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 159 | 229 | 193 | - |
| CMYK | 0.31 | 0 | 0.16 | 0.10 |
| HSL | 149.14º | 0.57% | 0.76% | - |
| HSV(B) | 149.14º | 0.31% | 0.9% | - |
| XYZ | 51.94 | 67.26 | 60.7 | - |
| YUV | 203.97 | 121.81 | 95.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 229 | 193 | 0.31 | 0 | 0.16 | 0.10 | 149.14 | 0.57 | 0.76 |
| Hex | 9F | E5 | C1 | 1F | 0 | 10 | A | 95 | 39 | 4C |
| Octal | 237 | 345 | 301 | 37 | 0 | 20 | 12 | 225 | 71 | 114 |
| Binary | 10011111 | 11100101 | 11000001 | 11111 | 0 | 10000 | 1010 | 10010101 | 111001 | 1001100 |
Color Harmonies of #9FE5C1
Complementary color
Monochromatic Colors of #9FE5C1
Black with #9FE5C1
Text Example
Text Example
White with #9FE5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE5C1; }
p { color: rgb(159,229,193); }
H1.HeaderClassName
{
color: #9FE5C1;
}
.AnyTagClassName
{
color: #9FE5C1;
}
</style>
background-color css
<style>
a { background-color: #9FE5C1; }
a { background-color: rgb(159,229,193); }
div.DivClassName
{
background-color: #9FE5C1;
}
.BgClassName
{
background-color: #9FE5C1;
}
</style>
border-color css
<style>
span { border-color: #9FE5C1; }
span { border-color: rgb(159,229,193); }
td.TdClassName
{
border-color: #9FE5C1;
}
.TagClassName
{
border-color: #9FE5C1;
}
</style>