Shades of Vista Blue #8DE6B6
Tints of Vista Blue #8DE6B6
RGB
CMYK
RGB Variations
Color information
#8DE6B6 (or 0x8DE6B6) is known color: Vista Blue. HEX triplet: 8D, E6 and B6. RGB value is (141,230,182). Sum of RGB (Red+Green+Blue) = 141+230+182=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 182 (71.48% from 255 or 32.91% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE6B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE6B6 is #721949. Grayscale: #C6C6C6. Windows color (decimal): -7477578 or 11986573. OLE color: 11986573.
HSL color Cylindrical-coordinate representation of color #8DE6B6: hue angle of 147.64º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE6B6 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 141 | 230 | 182 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.10 |
| HSL | 147.64º | 0.64% | 0.73% | - |
| HSV(B) | 147.64º | 0.39% | 0.9% | - |
| XYZ | 47.72 | 65.63 | 54.41 | - |
| YUV | 197.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 230 | 182 | 0.39 | 0 | 0.21 | 0.10 | 147.64 | 0.64 | 0.73 |
| Hex | 8D | E6 | B6 | 27 | 0 | 15 | A | 94 | 40 | 49 |
| Octal | 215 | 346 | 266 | 47 | 0 | 25 | 12 | 224 | 100 | 111 |
| Binary | 10001101 | 11100110 | 10110110 | 100111 | 0 | 10101 | 1010 | 10010100 | 1000000 | 1001001 |
Color Harmonies of #8DE6B6
Complementary color
Monochromatic Colors of #8DE6B6
Black with #8DE6B6
Text Example
Text Example
White with #8DE6B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE6B6; }
p { color: rgb(141,230,182); }
H1.HeaderClassName
{
color: #8DE6B6;
}
.AnyTagClassName
{
color: #8DE6B6;
}
</style>
background-color css
<style>
a { background-color: #8DE6B6; }
a { background-color: rgb(141,230,182); }
div.DivClassName
{
background-color: #8DE6B6;
}
.BgClassName
{
background-color: #8DE6B6;
}
</style>
border-color css
<style>
span { border-color: #8DE6B6; }
span { border-color: rgb(141,230,182); }
td.TdClassName
{
border-color: #8DE6B6;
}
.TagClassName
{
border-color: #8DE6B6;
}
</style>