Shades of Vista Blue #8BDFA6
Tints of Vista Blue #8BDFA6
RGB
CMYK
RGB Variations
Color information
#8BDFA6 (or 0x8BDFA6) is known color: Vista Blue. HEX triplet: 8B, DF and A6. RGB value is (139,223,166). Sum of RGB (Red+Green+Blue) = 139+223+166=528 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.33% from 528); Green value is 223 (87.5% from 255 or 42.23% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDFA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDFA6 is #742059. Grayscale: #BFBFBF. Windows color (decimal): -7610458 or 10936203. OLE color: 10936203.
HSL color Cylindrical-coordinate representation of color #8BDFA6: hue angle of 139.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 #8BDFA6 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 166 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.13 |
| HSL | 139.29º | 0.57% | 0.71% | - |
| HSV(B) | 139.29º | 0.38% | 0.87% | - |
| XYZ | 43.92 | 61.02 | 45.54 | - |
| YUV | 191.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 166 | 0.38 | 0 | 0.26 | 0.13 | 139.29 | 0.57 | 0.71 |
| Hex | 8B | DF | A6 | 26 | 0 | 1A | D | 8B | 39 | 47 |
| Octal | 213 | 337 | 246 | 46 | 0 | 32 | 15 | 213 | 71 | 107 |
| Binary | 10001011 | 11011111 | 10100110 | 100110 | 0 | 11010 | 1101 | 10001011 | 111001 | 1000111 |
Color Harmonies of #8BDFA6
Complementary color
Monochromatic Colors of #8BDFA6
Black with #8BDFA6
Text Example
Text Example
White with #8BDFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFA6; }
p { color: rgb(139,223,166); }
H1.HeaderClassName
{
color: #8BDFA6;
}
.AnyTagClassName
{
color: #8BDFA6;
}
</style>
background-color css
<style>
a { background-color: #8BDFA6; }
a { background-color: rgb(139,223,166); }
div.DivClassName
{
background-color: #8BDFA6;
}
.BgClassName
{
background-color: #8BDFA6;
}
</style>
border-color css
<style>
span { border-color: #8BDFA6; }
span { border-color: rgb(139,223,166); }
td.TdClassName
{
border-color: #8BDFA6;
}
.TagClassName
{
border-color: #8BDFA6;
}
</style>