Shades of Vista Blue #8FDFB7
Tints of Vista Blue #8FDFB7
RGB
CMYK
RGB Variations
Color information
#8FDFB7 (or 0x8FDFB7) is known color: Vista Blue. HEX triplet: 8F, DF and B7. RGB value is (143,223,183). Sum of RGB (Red+Green+Blue) = 143+223+183=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDFB7 is #702048. Grayscale: #C2C2C2. Windows color (decimal): -7348297 or 12050319. OLE color: 12050319.
HSL color Cylindrical-coordinate representation of color #8FDFB7: hue angle of 150º 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 #8FDFB7 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 183 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.13 |
| HSL | 150º | 0.56% | 0.72% | - |
| HSV(B) | 150º | 0.36% | 0.87% | - |
| XYZ | 46.26 | 62.03 | 54.34 | - |
| YUV | 194.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 183 | 0.36 | 0 | 0.18 | 0.13 | 150 | 0.56 | 0.72 |
| Hex | 8F | DF | B7 | 24 | 0 | 12 | D | 96 | 38 | 48 |
| Octal | 217 | 337 | 267 | 44 | 0 | 22 | 15 | 226 | 70 | 110 |
| Binary | 10001111 | 11011111 | 10110111 | 100100 | 0 | 10010 | 1101 | 10010110 | 111000 | 1001000 |
Color Harmonies of #8FDFB7
Complementary color
Monochromatic Colors of #8FDFB7
Black with #8FDFB7
Text Example
Text Example
White with #8FDFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDFB7; }
p { color: rgb(143,223,183); }
H1.HeaderClassName
{
color: #8FDFB7;
}
.AnyTagClassName
{
color: #8FDFB7;
}
</style>
background-color css
<style>
a { background-color: #8FDFB7; }
a { background-color: rgb(143,223,183); }
div.DivClassName
{
background-color: #8FDFB7;
}
.BgClassName
{
background-color: #8FDFB7;
}
</style>
border-color css
<style>
span { border-color: #8FDFB7; }
span { border-color: rgb(143,223,183); }
td.TdClassName
{
border-color: #8FDFB7;
}
.TagClassName
{
border-color: #8FDFB7;
}
</style>