Shades of Vista Blue #8DE8B9
Tints of Vista Blue #8DE8B9
RGB
CMYK
RGB Variations
Color information
#8DE8B9 (or 0x8DE8B9) is known color: Vista Blue. HEX triplet: 8D, E8 and B9. RGB value is (141,232,185). Sum of RGB (Red+Green+Blue) = 141+232+185=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 185 (72.66% from 255 or 33.15% from 558); Max value from RGB is 232 - color contains mainly: green. Hex color #8DE8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DE8B9 is #721746. Grayscale: #C7C7C7. Windows color (decimal): -7477063 or 12183693. OLE color: 12183693.
HSL color Cylindrical-coordinate representation of color #8DE8B9: hue angle of 149.01º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8DE8B9 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 141 | 232 | 185 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.09 |
| HSL | 149.01º | 0.66% | 0.73% | - |
| HSV(B) | 149.01º | 0.39% | 0.91% | - |
| XYZ | 48.6 | 66.88 | 56.25 | - |
| YUV | 199.43 | 119.85 | 86.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 232 | 185 | 0.39 | 0 | 0.20 | 0.09 | 149.01 | 0.66 | 0.73 |
| Hex | 8D | E8 | B9 | 27 | 0 | 14 | 9 | 95 | 42 | 49 |
| Octal | 215 | 350 | 271 | 47 | 0 | 24 | 11 | 225 | 102 | 111 |
| Binary | 10001101 | 11101000 | 10111001 | 100111 | 0 | 10100 | 1001 | 10010101 | 1000010 | 1001001 |
Color Harmonies of #8DE8B9
Complementary color
Monochromatic Colors of #8DE8B9
Black with #8DE8B9
Text Example
Text Example
White with #8DE8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE8B9; }
p { color: rgb(141,232,185); }
H1.HeaderClassName
{
color: #8DE8B9;
}
.AnyTagClassName
{
color: #8DE8B9;
}
</style>
background-color css
<style>
a { background-color: #8DE8B9; }
a { background-color: rgb(141,232,185); }
div.DivClassName
{
background-color: #8DE8B9;
}
.BgClassName
{
background-color: #8DE8B9;
}
</style>
border-color css
<style>
span { border-color: #8DE8B9; }
span { border-color: rgb(141,232,185); }
td.TdClassName
{
border-color: #8DE8B9;
}
.TagClassName
{
border-color: #8DE8B9;
}
</style>