Shades of Vista Blue #9FE8B5
Tints of Vista Blue #9FE8B5
RGB
CMYK
RGB Variations
Color information
#9FE8B5 (or 0x9FE8B5) is known color: Vista Blue. HEX triplet: 9F, E8 and B5. RGB value is (159,232,181). Sum of RGB (Red+Green+Blue) = 159+232+181=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FE8B5 is #60174A. Grayscale: #CCCCCC. Windows color (decimal): -6297419 or 11921567. OLE color: 11921567.
HSL color Cylindrical-coordinate representation of color #9FE8B5: hue angle of 138.08º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE8B5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 159 | 232 | 181 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.09 |
| HSL | 138.08º | 0.61% | 0.77% | - |
| HSV(B) | 138.08º | 0.31% | 0.91% | - |
| XYZ | 51.5 | 68.42 | 54.21 | - |
| YUV | 204.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 232 | 181 | 0.31 | 0 | 0.22 | 0.09 | 138.08 | 0.61 | 0.77 |
| Hex | 9F | E8 | B5 | 1F | 0 | 16 | 9 | 8A | 3D | 4D |
| Octal | 237 | 350 | 265 | 37 | 0 | 26 | 11 | 212 | 75 | 115 |
| Binary | 10011111 | 11101000 | 10110101 | 11111 | 0 | 10110 | 1001 | 10001010 | 111101 | 1001101 |
Color Harmonies of #9FE8B5
Complementary color
Monochromatic Colors of #9FE8B5
Black with #9FE8B5
Text Example
Text Example
White with #9FE8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE8B5; }
p { color: rgb(159,232,181); }
H1.HeaderClassName
{
color: #9FE8B5;
}
.AnyTagClassName
{
color: #9FE8B5;
}
</style>
background-color css
<style>
a { background-color: #9FE8B5; }
a { background-color: rgb(159,232,181); }
div.DivClassName
{
background-color: #9FE8B5;
}
.BgClassName
{
background-color: #9FE8B5;
}
</style>
border-color css
<style>
span { border-color: #9FE8B5; }
span { border-color: rgb(159,232,181); }
td.TdClassName
{
border-color: #9FE8B5;
}
.TagClassName
{
border-color: #9FE8B5;
}
</style>