Shades of Vista Blue #9FE4B4
Tints of Vista Blue #9FE4B4
RGB
CMYK
RGB Variations
Color information
#9FE4B4 (or 0x9FE4B4) is known color: Vista Blue. HEX triplet: 9F, E4 and B4. RGB value is (159,228,180). Sum of RGB (Red+Green+Blue) = 159+228+180=567 (75% of max value = 765). Red value is 159 (62.5% from 255 or 28.04% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE4B4 is #601B4B. Grayscale: #CACACA. Windows color (decimal): -6298444 or 11855007. OLE color: 11855007.
HSL color Cylindrical-coordinate representation of color #9FE4B4: hue angle of 138.26º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4B4 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 159 | 228 | 180 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.11 |
| HSL | 138.26º | 0.56% | 0.76% | - |
| HSV(B) | 138.26º | 0.3% | 0.89% | - |
| XYZ | 50.28 | 66.15 | 53.3 | - |
| YUV | 201.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 228 | 180 | 0.30 | 0 | 0.21 | 0.11 | 138.26 | 0.56 | 0.76 |
| Hex | 9F | E4 | B4 | 1E | 0 | 15 | B | 8A | 38 | 4C |
| Octal | 237 | 344 | 264 | 36 | 0 | 25 | 13 | 212 | 70 | 114 |
| Binary | 10011111 | 11100100 | 10110100 | 11110 | 0 | 10101 | 1011 | 10001010 | 111000 | 1001100 |
Color Harmonies of #9FE4B4
Complementary color
Monochromatic Colors of #9FE4B4
Black with #9FE4B4
Text Example
Text Example
White with #9FE4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FE4B4; }
p { color: rgb(159,228,180); }
H1.HeaderClassName
{
color: #9FE4B4;
}
.AnyTagClassName
{
color: #9FE4B4;
}
</style>
background-color css
<style>
a { background-color: #9FE4B4; }
a { background-color: rgb(159,228,180); }
div.DivClassName
{
background-color: #9FE4B4;
}
.BgClassName
{
background-color: #9FE4B4;
}
</style>
border-color css
<style>
span { border-color: #9FE4B4; }
span { border-color: rgb(159,228,180); }
td.TdClassName
{
border-color: #9FE4B4;
}
.TagClassName
{
border-color: #9FE4B4;
}
</style>