Shades of Vista Blue #8BDCAC
Tints of Vista Blue #8BDCAC
RGB
CMYK
RGB Variations
Color information
#8BDCAC (or 0x8BDCAC) is known color: Vista Blue. HEX triplet: 8B, DC and AC. RGB value is (139,220,172). Sum of RGB (Red+Green+Blue) = 139+220+172=531 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.18% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #8BDCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDCAC is #742353. Grayscale: #BEBEBE. Windows color (decimal): -7611220 or 11328651. OLE color: 11328651.
HSL color Cylindrical-coordinate representation of color #8BDCAC: hue angle of 144.44º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDCAC is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 139 | 220 | 172 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.14 |
| HSL | 144.44º | 0.54% | 0.7% | - |
| HSV(B) | 144.44º | 0.37% | 0.86% | - |
| XYZ | 43.69 | 59.65 | 48.24 | - |
| YUV | 190.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 172 | 0.37 | 0 | 0.22 | 0.14 | 144.44 | 0.54 | 0.7 |
| Hex | 8B | DC | AC | 25 | 0 | 16 | E | 90 | 36 | 46 |
| Octal | 213 | 334 | 254 | 45 | 0 | 26 | 16 | 220 | 66 | 106 |
| Binary | 10001011 | 11011100 | 10101100 | 100101 | 0 | 10110 | 1110 | 10010000 | 110110 | 1000110 |
Color Harmonies of #8BDCAC
Complementary color
Monochromatic Colors of #8BDCAC
Black with #8BDCAC
Text Example
Text Example
White with #8BDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCAC; }
p { color: rgb(139,220,172); }
H1.HeaderClassName
{
color: #8BDCAC;
}
.AnyTagClassName
{
color: #8BDCAC;
}
</style>
background-color css
<style>
a { background-color: #8BDCAC; }
a { background-color: rgb(139,220,172); }
div.DivClassName
{
background-color: #8BDCAC;
}
.BgClassName
{
background-color: #8BDCAC;
}
</style>
border-color css
<style>
span { border-color: #8BDCAC; }
span { border-color: rgb(139,220,172); }
td.TdClassName
{
border-color: #8BDCAC;
}
.TagClassName
{
border-color: #8BDCAC;
}
</style>