Shades of Vista Blue #8BDFB6
Tints of Vista Blue #8BDFB6
RGB
CMYK
RGB Variations
Color information
#8BDFB6 (or 0x8BDFB6) is known color: Vista Blue. HEX triplet: 8B, DF and B6. RGB value is (139,223,182). Sum of RGB (Red+Green+Blue) = 139+223+182=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 182 (71.48% from 255 or 33.46% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BDFB6 is #742049. Grayscale: #C1C1C1. Windows color (decimal): -7610442 or 11984779. OLE color: 11984779.
HSL color Cylindrical-coordinate representation of color #8BDFB6: hue angle of 150.71º 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 #8BDFB6 is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 182 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.13 |
| HSL | 150.71º | 0.57% | 0.71% | - |
| HSV(B) | 150.71º | 0.38% | 0.87% | - |
| XYZ | 45.48 | 61.64 | 53.76 | - |
| YUV | 193.21 | 121.67 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 182 | 0.38 | 0 | 0.18 | 0.13 | 150.71 | 0.57 | 0.71 |
| Hex | 8B | DF | B6 | 26 | 0 | 12 | D | 97 | 39 | 47 |
| Octal | 213 | 337 | 266 | 46 | 0 | 22 | 15 | 227 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10110110 | 100110 | 0 | 10010 | 1101 | 10010111 | 111001 | 1000111 |
Color Harmonies of #8BDFB6
Complementary color
Monochromatic Colors of #8BDFB6
Black with #8BDFB6
Text Example
Text Example
White with #8BDFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFB6; }
p { color: rgb(139,223,182); }
H1.HeaderClassName
{
color: #8BDFB6;
}
.AnyTagClassName
{
color: #8BDFB6;
}
</style>
background-color css
<style>
a { background-color: #8BDFB6; }
a { background-color: rgb(139,223,182); }
div.DivClassName
{
background-color: #8BDFB6;
}
.BgClassName
{
background-color: #8BDFB6;
}
</style>
border-color css
<style>
span { border-color: #8BDFB6; }
span { border-color: rgb(139,223,182); }
td.TdClassName
{
border-color: #8BDFB6;
}
.TagClassName
{
border-color: #8BDFB6;
}
</style>