Shades of Vista Blue #8FD5B8
Tints of Vista Blue #8FD5B8
RGB
CMYK
RGB Variations
Color information
#8FD5B8 (or 0x8FD5B8) is known color: Vista Blue. HEX triplet: 8F, D5 and B8. RGB value is (143,213,184). Sum of RGB (Red+Green+Blue) = 143+213+184=540 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.48% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 184 (72.27% from 255 or 34.07% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD5B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD5B8 is #702A47. Grayscale: #BCBCBC. Windows color (decimal): -7350856 or 12113295. OLE color: 12113295.
HSL color Cylindrical-coordinate representation of color #8FD5B8: hue angle of 155.14º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD5B8 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 184 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.16 |
| HSL | 155.14º | 0.45% | 0.7% | - |
| HSV(B) | 155.14º | 0.33% | 0.84% | - |
| XYZ | 43.77 | 56.89 | 54.02 | - |
| YUV | 188.76 | 125.31 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 184 | 0.33 | 0 | 0.14 | 0.16 | 155.14 | 0.45 | 0.7 |
| Hex | 8F | D5 | B8 | 21 | 0 | E | 10 | 9B | 2D | 46 |
| Octal | 217 | 325 | 270 | 41 | 0 | 16 | 20 | 233 | 55 | 106 |
| Binary | 10001111 | 11010101 | 10111000 | 100001 | 0 | 1110 | 10000 | 10011011 | 101101 | 1000110 |
Color Harmonies of #8FD5B8
Complementary color
Monochromatic Colors of #8FD5B8
Black with #8FD5B8
Text Example
Text Example
White with #8FD5B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD5B8; }
p { color: rgb(143,213,184); }
H1.HeaderClassName
{
color: #8FD5B8;
}
.AnyTagClassName
{
color: #8FD5B8;
}
</style>
background-color css
<style>
a { background-color: #8FD5B8; }
a { background-color: rgb(143,213,184); }
div.DivClassName
{
background-color: #8FD5B8;
}
.BgClassName
{
background-color: #8FD5B8;
}
</style>
border-color css
<style>
span { border-color: #8FD5B8; }
span { border-color: rgb(143,213,184); }
td.TdClassName
{
border-color: #8FD5B8;
}
.TagClassName
{
border-color: #8FD5B8;
}
</style>