Shades of Vista Blue #8FF1B3
Tints of Vista Blue #8FF1B3
RGB
CMYK
RGB Variations
Color information
#8FF1B3 (or 0x8FF1B3) is known color: Vista Blue. HEX triplet: 8F, F1 and B3. RGB value is (143,241,179). Sum of RGB (Red+Green+Blue) = 143+241+179=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #8FF1B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8FF1B3 is #700E4C. Grayscale: #CCCCCC. Windows color (decimal): -7343693 or 11792783. OLE color: 11792783.
HSL color Cylindrical-coordinate representation of color #8FF1B3: hue angle of 142.04º degrees, saturation: 0.78, 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 #8FF1B3 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 241 | 179 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.05 |
| HSL | 142.04º | 0.78% | 0.75% | - |
| HSV(B) | 142.04º | 0.41% | 0.95% | - |
| XYZ | 50.92 | 72 | 53.86 | - |
| YUV | 204.63 | 113.53 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 241 | 179 | 0.41 | 0 | 0.26 | 0.05 | 142.04 | 0.78 | 0.75 |
| Hex | 8F | F1 | B3 | 29 | 0 | 1A | 5 | 8E | 4E | 4B |
| Octal | 217 | 361 | 263 | 51 | 0 | 32 | 5 | 216 | 116 | 113 |
| Binary | 10001111 | 11110001 | 10110011 | 101001 | 0 | 11010 | 101 | 10001110 | 1001110 | 1001011 |
Color Harmonies of #8FF1B3
Complementary color
Monochromatic Colors of #8FF1B3
Black with #8FF1B3
Text Example
Text Example
White with #8FF1B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF1B3; }
p { color: rgb(143,241,179); }
H1.HeaderClassName
{
color: #8FF1B3;
}
.AnyTagClassName
{
color: #8FF1B3;
}
</style>
background-color css
<style>
a { background-color: #8FF1B3; }
a { background-color: rgb(143,241,179); }
div.DivClassName
{
background-color: #8FF1B3;
}
.BgClassName
{
background-color: #8FF1B3;
}
</style>
border-color css
<style>
span { border-color: #8FF1B3; }
span { border-color: rgb(143,241,179); }
td.TdClassName
{
border-color: #8FF1B3;
}
.TagClassName
{
border-color: #8FF1B3;
}
</style>