Shades of Vista Blue #8DE4B6
Tints of Vista Blue #8DE4B6
RGB
CMYK
RGB Variations
Color information
#8DE4B6 (or 0x8DE4B6) is known color: Vista Blue. HEX triplet: 8D, E4 and B6. RGB value is (141,228,182). Sum of RGB (Red+Green+Blue) = 141+228+182=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 228 (89.45% from 255 or 41.38% from 551); Blue value is 182 (71.48% from 255 or 33.03% from 551); Max value from RGB is 228 - color contains mainly: green. Hex color #8DE4B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE4B6 is #721B49. Grayscale: #C4C4C4. Windows color (decimal): -7478090 or 11986061. OLE color: 11986061.
HSL color Cylindrical-coordinate representation of color #8DE4B6: hue angle of 148.28º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DE4B6 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 228 | 182 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.11 |
| HSL | 148.28º | 0.62% | 0.72% | - |
| HSV(B) | 148.28º | 0.38% | 0.89% | - |
| XYZ | 47.17 | 64.53 | 54.22 | - |
| YUV | 196.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 228 | 182 | 0.38 | 0 | 0.20 | 0.11 | 148.28 | 0.62 | 0.72 |
| Hex | 8D | E4 | B6 | 26 | 0 | 14 | B | 94 | 3E | 48 |
| Octal | 215 | 344 | 266 | 46 | 0 | 24 | 13 | 224 | 76 | 110 |
| Binary | 10001101 | 11100100 | 10110110 | 100110 | 0 | 10100 | 1011 | 10010100 | 111110 | 1001000 |
Color Harmonies of #8DE4B6
Complementary color
Monochromatic Colors of #8DE4B6
Black with #8DE4B6
Text Example
Text Example
White with #8DE4B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE4B6; }
p { color: rgb(141,228,182); }
H1.HeaderClassName
{
color: #8DE4B6;
}
.AnyTagClassName
{
color: #8DE4B6;
}
</style>
background-color css
<style>
a { background-color: #8DE4B6; }
a { background-color: rgb(141,228,182); }
div.DivClassName
{
background-color: #8DE4B6;
}
.BgClassName
{
background-color: #8DE4B6;
}
</style>
border-color css
<style>
span { border-color: #8DE4B6; }
span { border-color: rgb(141,228,182); }
td.TdClassName
{
border-color: #8DE4B6;
}
.TagClassName
{
border-color: #8DE4B6;
}
</style>