Shades of Vista Blue #8BDFAC
Tints of Vista Blue #8BDFAC
RGB
CMYK
RGB Variations
Color information
#8BDFAC (or 0x8BDFAC) is known color: Vista Blue. HEX triplet: 8B, DF and AC. RGB value is (139,223,172). Sum of RGB (Red+Green+Blue) = 139+223+172=534 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.03% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 172 (67.58% from 255 or 32.21% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDFAC is #742053. Grayscale: #C0C0C0. Windows color (decimal): -7610452 or 11329419. OLE color: 11329419.
HSL color Cylindrical-coordinate representation of color #8BDFAC: hue angle of 143.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8BDFAC is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 172 | - |
| CMYK | 0.38 | 0 | 0.23 | 0.13 |
| HSL | 143.57º | 0.57% | 0.71% | - |
| HSV(B) | 143.57º | 0.38% | 0.87% | - |
| XYZ | 44.48 | 61.24 | 48.51 | - |
| YUV | 192.07 | 116.67 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 172 | 0.38 | 0 | 0.23 | 0.13 | 143.57 | 0.57 | 0.71 |
| Hex | 8B | DF | AC | 26 | 0 | 17 | D | 90 | 39 | 47 |
| Octal | 213 | 337 | 254 | 46 | 0 | 27 | 15 | 220 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10101100 | 100110 | 0 | 10111 | 1101 | 10010000 | 111001 | 1000111 |
Color Harmonies of #8BDFAC
Complementary color
Monochromatic Colors of #8BDFAC
Black with #8BDFAC
Text Example
Text Example
White with #8BDFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFAC; }
p { color: rgb(139,223,172); }
H1.HeaderClassName
{
color: #8BDFAC;
}
.AnyTagClassName
{
color: #8BDFAC;
}
</style>
background-color css
<style>
a { background-color: #8BDFAC; }
a { background-color: rgb(139,223,172); }
div.DivClassName
{
background-color: #8BDFAC;
}
.BgClassName
{
background-color: #8BDFAC;
}
</style>
border-color css
<style>
span { border-color: #8BDFAC; }
span { border-color: rgb(139,223,172); }
td.TdClassName
{
border-color: #8BDFAC;
}
.TagClassName
{
border-color: #8BDFAC;
}
</style>