Shades of Vista Blue #8FF5B4
Tints of Vista Blue #8FF5B4
RGB
CMYK
RGB Variations
Color information
#8FF5B4 (or 0x8FF5B4) is known color: Vista Blue. HEX triplet: 8F, F5 and B4. RGB value is (143,245,180). Sum of RGB (Red+Green+Blue) = 143+245+180=568 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.18% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #8FF5B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF5B4 is #700A4B. Grayscale: #CFCFCF. Windows color (decimal): -7342668 or 11859343. OLE color: 11859343.
HSL color Cylindrical-coordinate representation of color #8FF5B4: hue angle of 141.76º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FF5B4 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 143 | 245 | 180 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.04 |
| HSL | 141.76º | 0.84% | 0.76% | - |
| HSV(B) | 141.76º | 0.42% | 0.96% | - |
| XYZ | 52.22 | 74.44 | 54.8 | - |
| YUV | 207.09 | 112.71 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 245 | 180 | 0.42 | 0 | 0.27 | 0.04 | 141.76 | 0.84 | 0.76 |
| Hex | 8F | F5 | B4 | 2A | 0 | 1B | 4 | 8E | 54 | 4C |
| Octal | 217 | 365 | 264 | 52 | 0 | 33 | 4 | 216 | 124 | 114 |
| Binary | 10001111 | 11110101 | 10110100 | 101010 | 0 | 11011 | 100 | 10001110 | 1010100 | 1001100 |
Color Harmonies of #8FF5B4
Complementary color
Monochromatic Colors of #8FF5B4
Black with #8FF5B4
Text Example
Text Example
White with #8FF5B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF5B4; }
p { color: rgb(143,245,180); }
H1.HeaderClassName
{
color: #8FF5B4;
}
.AnyTagClassName
{
color: #8FF5B4;
}
</style>
background-color css
<style>
a { background-color: #8FF5B4; }
a { background-color: rgb(143,245,180); }
div.DivClassName
{
background-color: #8FF5B4;
}
.BgClassName
{
background-color: #8FF5B4;
}
</style>
border-color css
<style>
span { border-color: #8FF5B4; }
span { border-color: rgb(143,245,180); }
td.TdClassName
{
border-color: #8FF5B4;
}
.TagClassName
{
border-color: #8FF5B4;
}
</style>