Shades of Vista Blue #8BDDAF
Tints of Vista Blue #8BDDAF
RGB
CMYK
RGB Variations
Color information
#8BDDAF (or 0x8BDDAF) is known color: Vista Blue. HEX triplet: 8B, DD and AF. RGB value is (139,221,175). Sum of RGB (Red+Green+Blue) = 139+221+175=535 (70% of max value = 765). Red value is 139 (54.69% from 255 or 25.98% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 175 (68.75% from 255 or 32.71% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDDAF is #742250. Grayscale: #BFBFBF. Windows color (decimal): -7610961 or 11525515. OLE color: 11525515.
HSL color Cylindrical-coordinate representation of color #8BDDAF: hue angle of 146.34º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDDAF is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 175 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.13 |
| HSL | 146.34º | 0.55% | 0.71% | - |
| HSV(B) | 146.34º | 0.37% | 0.87% | - |
| XYZ | 44.24 | 60.3 | 49.86 | - |
| YUV | 191.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 175 | 0.37 | 0 | 0.21 | 0.13 | 146.34 | 0.55 | 0.71 |
| Hex | 8B | DD | AF | 25 | 0 | 15 | D | 92 | 37 | 47 |
| Octal | 213 | 335 | 257 | 45 | 0 | 25 | 15 | 222 | 67 | 107 |
| Binary | 10001011 | 11011101 | 10101111 | 100101 | 0 | 10101 | 1101 | 10010010 | 110111 | 1000111 |
Color Harmonies of #8BDDAF
Complementary color
Monochromatic Colors of #8BDDAF
Black with #8BDDAF
Text Example
Text Example
White with #8BDDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDAF; }
p { color: rgb(139,221,175); }
H1.HeaderClassName
{
color: #8BDDAF;
}
.AnyTagClassName
{
color: #8BDDAF;
}
</style>
background-color css
<style>
a { background-color: #8BDDAF; }
a { background-color: rgb(139,221,175); }
div.DivClassName
{
background-color: #8BDDAF;
}
.BgClassName
{
background-color: #8BDDAF;
}
</style>
border-color css
<style>
span { border-color: #8BDDAF; }
span { border-color: rgb(139,221,175); }
td.TdClassName
{
border-color: #8BDDAF;
}
.TagClassName
{
border-color: #8BDDAF;
}
</style>