Shades of Vista Blue #9FE0B8
Tints of Vista Blue #9FE0B8
RGB
CMYK
RGB Variations
Color information
#9FE0B8 (or 0x9FE0B8) is known color: Vista Blue. HEX triplet: 9F, E0 and B8. RGB value is (159,224,184). Sum of RGB (Red+Green+Blue) = 159+224+184=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 184 (72.27% from 255 or 32.45% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE0B8 is #601F47. Grayscale: #C8C8C8. Windows color (decimal): -6299464 or 12116127. OLE color: 12116127.
HSL color Cylindrical-coordinate representation of color #9FE0B8: hue angle of 143.08º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FE0B8 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 159 | 224 | 184 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.12 |
| HSL | 143.08º | 0.51% | 0.75% | - |
| HSV(B) | 143.08º | 0.29% | 0.88% | - |
| XYZ | 49.61 | 64.14 | 55.11 | - |
| YUV | 200.01 | 118.97 | 98.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 224 | 184 | 0.29 | 0 | 0.18 | 0.12 | 143.08 | 0.51 | 0.75 |
| Hex | 9F | E0 | B8 | 1D | 0 | 12 | C | 8F | 33 | 4B |
| Octal | 237 | 340 | 270 | 35 | 0 | 22 | 14 | 217 | 63 | 113 |
| Binary | 10011111 | 11100000 | 10111000 | 11101 | 0 | 10010 | 1100 | 10001111 | 110011 | 1001011 |
Color Harmonies of #9FE0B8
Complementary color
Monochromatic Colors of #9FE0B8
Black with #9FE0B8
Text Example
Text Example
White with #9FE0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE0B8; }
p { color: rgb(159,224,184); }
H1.HeaderClassName
{
color: #9FE0B8;
}
.AnyTagClassName
{
color: #9FE0B8;
}
</style>
background-color css
<style>
a { background-color: #9FE0B8; }
a { background-color: rgb(159,224,184); }
div.DivClassName
{
background-color: #9FE0B8;
}
.BgClassName
{
background-color: #9FE0B8;
}
</style>
border-color css
<style>
span { border-color: #9FE0B8; }
span { border-color: rgb(159,224,184); }
td.TdClassName
{
border-color: #9FE0B8;
}
.TagClassName
{
border-color: #9FE0B8;
}
</style>