Shades of Vista Blue #8BDFBB
Tints of Vista Blue #8BDFBB
RGB
CMYK
RGB Variations
Color information
#8BDFBB (or 0x8BDFBB) is known color: Vista Blue. HEX triplet: 8B, DF and BB. RGB value is (139,223,187). Sum of RGB (Red+Green+Blue) = 139+223+187=549 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.32% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFBB is #742044. Grayscale: #C1C1C1. Windows color (decimal): -7610437 or 12312459. OLE color: 12312459.
HSL color Cylindrical-coordinate representation of color #8BDFBB: hue angle of 154.29º 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 #8BDFBB is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 187 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.13 |
| HSL | 154.29º | 0.57% | 0.71% | - |
| HSV(B) | 154.29º | 0.38% | 0.87% | - |
| XYZ | 46 | 61.85 | 56.53 | - |
| YUV | 193.78 | 124.17 | 88.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 187 | 0.38 | 0 | 0.16 | 0.13 | 154.29 | 0.57 | 0.71 |
| Hex | 8B | DF | BB | 26 | 0 | 10 | D | 9A | 39 | 47 |
| Octal | 213 | 337 | 273 | 46 | 0 | 20 | 15 | 232 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10111011 | 100110 | 0 | 10000 | 1101 | 10011010 | 111001 | 1000111 |
Color Harmonies of #8BDFBB
Complementary color
Monochromatic Colors of #8BDFBB
Black with #8BDFBB
Text Example
Text Example
White with #8BDFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFBB; }
p { color: rgb(139,223,187); }
H1.HeaderClassName
{
color: #8BDFBB;
}
.AnyTagClassName
{
color: #8BDFBB;
}
</style>
background-color css
<style>
a { background-color: #8BDFBB; }
a { background-color: rgb(139,223,187); }
div.DivClassName
{
background-color: #8BDFBB;
}
.BgClassName
{
background-color: #8BDFBB;
}
</style>
border-color css
<style>
span { border-color: #8BDFBB; }
span { border-color: rgb(139,223,187); }
td.TdClassName
{
border-color: #8BDFBB;
}
.TagClassName
{
border-color: #8BDFBB;
}
</style>