Shades of Vista Blue #8FDCB0
Tints of Vista Blue #8FDCB0
RGB
CMYK
RGB Variations
Color information
#8FDCB0 (or 0x8FDCB0) is known color: Vista Blue. HEX triplet: 8F, DC and B0. RGB value is (143,220,176). Sum of RGB (Red+Green+Blue) = 143+220+176=539 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.53% from 539); Green value is 220 (86.33% from 255 or 40.82% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDCB0 is #70234F. Grayscale: #C0C0C0. Windows color (decimal): -7349072 or 11590799. OLE color: 11590799.
HSL color Cylindrical-coordinate representation of color #8FDCB0: hue angle of 145.71º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCB0 is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 176 | - |
| CMYK | 0.35 | 0 | 0.2 | 0.14 |
| HSL | 145.71º | 0.52% | 0.71% | - |
| HSV(B) | 145.71º | 0.35% | 0.86% | - |
| XYZ | 44.76 | 60.16 | 50.33 | - |
| YUV | 191.96 | 118.99 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 176 | 0.35 | 0 | 0.2 | 0.14 | 145.71 | 0.52 | 0.71 |
| Hex | 8F | DC | B0 | 23 | 0 | 14 | E | 92 | 34 | 47 |
| Octal | 217 | 334 | 260 | 43 | 0 | 24 | 16 | 222 | 64 | 107 |
| Binary | 10001111 | 11011100 | 10110000 | 100011 | 0 | 10100 | 1110 | 10010010 | 110100 | 1000111 |
Color Harmonies of #8FDCB0
Complementary color
Monochromatic Colors of #8FDCB0
Black with #8FDCB0
Text Example
Text Example
White with #8FDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDCB0; }
p { color: rgb(143,220,176); }
H1.HeaderClassName
{
color: #8FDCB0;
}
.AnyTagClassName
{
color: #8FDCB0;
}
</style>
background-color css
<style>
a { background-color: #8FDCB0; }
a { background-color: rgb(143,220,176); }
div.DivClassName
{
background-color: #8FDCB0;
}
.BgClassName
{
background-color: #8FDCB0;
}
</style>
border-color css
<style>
span { border-color: #8FDCB0; }
span { border-color: rgb(143,220,176); }
td.TdClassName
{
border-color: #8FDCB0;
}
.TagClassName
{
border-color: #8FDCB0;
}
</style>