Shades of Vista Blue #8FDFB1
Tints of Vista Blue #8FDFB1
RGB
CMYK
RGB Variations
Color information
#8FDFB1 (or 0x8FDFB1) is known color: Vista Blue. HEX triplet: 8F, DF and B1. RGB value is (143,223,177). Sum of RGB (Red+Green+Blue) = 143+223+177=543 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.34% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 177 (69.53% from 255 or 32.60% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDFB1 is #70204E. Grayscale: #C1C1C1. Windows color (decimal): -7348303 or 11657103. OLE color: 11657103.
HSL color Cylindrical-coordinate representation of color #8FDFB1: hue angle of 145.5º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFB1 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 177 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.13 |
| HSL | 145.5º | 0.56% | 0.72% | - |
| HSV(B) | 145.5º | 0.36% | 0.87% | - |
| XYZ | 45.65 | 61.79 | 51.12 | - |
| YUV | 193.84 | 118.5 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 177 | 0.36 | 0 | 0.21 | 0.13 | 145.5 | 0.56 | 0.72 |
| Hex | 8F | DF | B1 | 24 | 0 | 15 | D | 92 | 38 | 48 |
| Octal | 217 | 337 | 261 | 44 | 0 | 25 | 15 | 222 | 70 | 110 |
| Binary | 10001111 | 11011111 | 10110001 | 100100 | 0 | 10101 | 1101 | 10010010 | 111000 | 1001000 |
Color Harmonies of #8FDFB1
Complementary color
Monochromatic Colors of #8FDFB1
Black with #8FDFB1
Text Example
Text Example
White with #8FDFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFB1; }
p { color: rgb(143,223,177); }
H1.HeaderClassName
{
color: #8FDFB1;
}
.AnyTagClassName
{
color: #8FDFB1;
}
</style>
background-color css
<style>
a { background-color: #8FDFB1; }
a { background-color: rgb(143,223,177); }
div.DivClassName
{
background-color: #8FDFB1;
}
.BgClassName
{
background-color: #8FDFB1;
}
</style>
border-color css
<style>
span { border-color: #8FDFB1; }
span { border-color: rgb(143,223,177); }
td.TdClassName
{
border-color: #8FDFB1;
}
.TagClassName
{
border-color: #8FDFB1;
}
</style>