Shades of Vista Blue #8BDDA6
Tints of Vista Blue #8BDDA6
RGB
CMYK
RGB Variations
Color information
#8BDDA6 (or 0x8BDDA6) is known color: Vista Blue. HEX triplet: 8B, DD and A6. RGB value is (139,221,166). Sum of RGB (Red+Green+Blue) = 139+221+166=526 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.43% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDDA6 is #742259. Grayscale: #BEBEBE. Windows color (decimal): -7610970 or 10935691. OLE color: 10935691.
HSL color Cylindrical-coordinate representation of color #8BDDA6: hue angle of 139.76º 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 #8BDDA6 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 221 | 166 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.13 |
| HSL | 139.76º | 0.55% | 0.71% | - |
| HSV(B) | 139.76º | 0.37% | 0.87% | - |
| XYZ | 43.39 | 59.96 | 45.36 | - |
| YUV | 190.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 166 | 0.37 | 0 | 0.25 | 0.13 | 139.76 | 0.55 | 0.71 |
| Hex | 8B | DD | A6 | 25 | 0 | 19 | D | 8C | 37 | 47 |
| Octal | 213 | 335 | 246 | 45 | 0 | 31 | 15 | 214 | 67 | 107 |
| Binary | 10001011 | 11011101 | 10100110 | 100101 | 0 | 11001 | 1101 | 10001100 | 110111 | 1000111 |
Color Harmonies of #8BDDA6
Complementary color
Monochromatic Colors of #8BDDA6
Black with #8BDDA6
Text Example
Text Example
White with #8BDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDA6; }
p { color: rgb(139,221,166); }
H1.HeaderClassName
{
color: #8BDDA6;
}
.AnyTagClassName
{
color: #8BDDA6;
}
</style>
background-color css
<style>
a { background-color: #8BDDA6; }
a { background-color: rgb(139,221,166); }
div.DivClassName
{
background-color: #8BDDA6;
}
.BgClassName
{
background-color: #8BDDA6;
}
</style>
border-color css
<style>
span { border-color: #8BDDA6; }
span { border-color: rgb(139,221,166); }
td.TdClassName
{
border-color: #8BDDA6;
}
.TagClassName
{
border-color: #8BDDA6;
}
</style>