Shades of Vista Blue #8DEFBE
Tints of Vista Blue #8DEFBE
RGB
CMYK
RGB Variations
Color information
#8DEFBE (or 0x8DEFBE) is known color: Vista Blue. HEX triplet: 8D, EF and BE. RGB value is (141,239,190). Sum of RGB (Red+Green+Blue) = 141+239+190=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 239 (93.75% from 255 or 41.93% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFBE is #721041. Grayscale: #CCCCCC. Windows color (decimal): -7475266 or 12513165. OLE color: 12513165.
HSL color Cylindrical-coordinate representation of color #8DEFBE: hue angle of 150º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEFBE is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 190 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.06 |
| HSL | 150º | 0.75% | 0.75% | - |
| HSV(B) | 150º | 0.41% | 0.94% | - |
| XYZ | 51.15 | 71.11 | 59.75 | - |
| YUV | 204.11 | 120.03 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 190 | 0.41 | 0 | 0.21 | 0.06 | 150 | 0.75 | 0.75 |
| Hex | 8D | EF | BE | 29 | 0 | 15 | 6 | 96 | 4B | 4B |
| Octal | 215 | 357 | 276 | 51 | 0 | 25 | 6 | 226 | 113 | 113 |
| Binary | 10001101 | 11101111 | 10111110 | 101001 | 0 | 10101 | 110 | 10010110 | 1001011 | 1001011 |
Color Harmonies of #8DEFBE
Complementary color
Monochromatic Colors of #8DEFBE
Black with #8DEFBE
Text Example
Text Example
White with #8DEFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFBE; }
p { color: rgb(141,239,190); }
H1.HeaderClassName
{
color: #8DEFBE;
}
.AnyTagClassName
{
color: #8DEFBE;
}
</style>
background-color css
<style>
a { background-color: #8DEFBE; }
a { background-color: rgb(141,239,190); }
div.DivClassName
{
background-color: #8DEFBE;
}
.BgClassName
{
background-color: #8DEFBE;
}
</style>
border-color css
<style>
span { border-color: #8DEFBE; }
span { border-color: rgb(141,239,190); }
td.TdClassName
{
border-color: #8DEFBE;
}
.TagClassName
{
border-color: #8DEFBE;
}
</style>