Shades of Vista Blue #8FF2B5
Tints of Vista Blue #8FF2B5
RGB
CMYK
RGB Variations
Color information
#8FF2B5 (or 0x8FF2B5) is known color: Vista Blue. HEX triplet: 8F, F2 and B5. RGB value is (143,242,181). Sum of RGB (Red+Green+Blue) = 143+242+181=566 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.27% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF2B5 is #700D4A. Grayscale: #CDCDCD. Windows color (decimal): -7343435 or 11924111. OLE color: 11924111.
HSL color Cylindrical-coordinate representation of color #8FF2B5: hue angle of 143.03º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2B5 is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 181 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.05 |
| HSL | 143.03º | 0.79% | 0.75% | - |
| HSV(B) | 143.03º | 0.41% | 0.95% | - |
| XYZ | 51.42 | 72.68 | 55.03 | - |
| YUV | 205.45 | 114.2 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 181 | 0.41 | 0 | 0.25 | 0.05 | 143.03 | 0.79 | 0.75 |
| Hex | 8F | F2 | B5 | 29 | 0 | 19 | 5 | 8F | 4F | 4B |
| Octal | 217 | 362 | 265 | 51 | 0 | 31 | 5 | 217 | 117 | 113 |
| Binary | 10001111 | 11110010 | 10110101 | 101001 | 0 | 11001 | 101 | 10001111 | 1001111 | 1001011 |
Color Harmonies of #8FF2B5
Complementary color
Monochromatic Colors of #8FF2B5
Black with #8FF2B5
Text Example
Text Example
White with #8FF2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2B5; }
p { color: rgb(143,242,181); }
H1.HeaderClassName
{
color: #8FF2B5;
}
.AnyTagClassName
{
color: #8FF2B5;
}
</style>
background-color css
<style>
a { background-color: #8FF2B5; }
a { background-color: rgb(143,242,181); }
div.DivClassName
{
background-color: #8FF2B5;
}
.BgClassName
{
background-color: #8FF2B5;
}
</style>
border-color css
<style>
span { border-color: #8FF2B5; }
span { border-color: rgb(143,242,181); }
td.TdClassName
{
border-color: #8FF2B5;
}
.TagClassName
{
border-color: #8FF2B5;
}
</style>