Shades of Vista Blue #8FCFB4
Tints of Vista Blue #8FCFB4
RGB
CMYK
RGB Variations
Color information
#8FCFB4 (or 0x8FCFB4) is known color: Vista Blue. HEX triplet: 8F, CF and B4. RGB value is (143,207,180). Sum of RGB (Red+Green+Blue) = 143+207+180=530 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.98% from 530); Green value is 207 (81.25% from 255 or 39.06% from 530); Blue value is 180 (70.70% from 255 or 33.96% from 530); Max value from RGB is 207 - color contains mainly: green. Hex color #8FCFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FCFB4 is #70304B. Grayscale: #B8B8B8. Windows color (decimal): -7352396 or 11849615. OLE color: 11849615.
HSL color Cylindrical-coordinate representation of color #8FCFB4: hue angle of 154.69º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCFB4 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 143 | 207 | 180 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.19 |
| HSL | 154.69º | 0.4% | 0.69% | - |
| HSV(B) | 154.69º | 0.31% | 0.81% | - |
| XYZ | 41.88 | 53.76 | 51.35 | - |
| YUV | 184.79 | 125.3 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 207 | 180 | 0.31 | 0 | 0.13 | 0.19 | 154.69 | 0.4 | 0.69 |
| Hex | 8F | CF | B4 | 1F | 0 | D | 13 | 9B | 28 | 45 |
| Octal | 217 | 317 | 264 | 37 | 0 | 15 | 23 | 233 | 50 | 105 |
| Binary | 10001111 | 11001111 | 10110100 | 11111 | 0 | 1101 | 10011 | 10011011 | 101000 | 1000101 |
Color Harmonies of #8FCFB4
Complementary color
Monochromatic Colors of #8FCFB4
Black with #8FCFB4
Text Example
Text Example
White with #8FCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FCFB4; }
p { color: rgb(143,207,180); }
H1.HeaderClassName
{
color: #8FCFB4;
}
.AnyTagClassName
{
color: #8FCFB4;
}
</style>
background-color css
<style>
a { background-color: #8FCFB4; }
a { background-color: rgb(143,207,180); }
div.DivClassName
{
background-color: #8FCFB4;
}
.BgClassName
{
background-color: #8FCFB4;
}
</style>
border-color css
<style>
span { border-color: #8FCFB4; }
span { border-color: rgb(143,207,180); }
td.TdClassName
{
border-color: #8FCFB4;
}
.TagClassName
{
border-color: #8FCFB4;
}
</style>