Shades of Vista Blue #8DEFBB
Tints of Vista Blue #8DEFBB
RGB
CMYK
RGB Variations
Color information
#8DEFBB (or 0x8DEFBB) is known color: Vista Blue. HEX triplet: 8D, EF and BB. RGB value is (141,239,187). Sum of RGB (Red+Green+Blue) = 141+239+187=567 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.87% from 567); Green value is 239 (93.75% from 255 or 42.15% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 239 - color contains mainly: green. Hex color #8DEFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEFBB is #721044. Grayscale: #CBCBCB. Windows color (decimal): -7475269 or 12316557. OLE color: 12316557.
HSL color Cylindrical-coordinate representation of color #8DEFBB: hue angle of 148.16º 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 #8DEFBB is Cyan = 0.41, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 141 | 239 | 187 | - |
| CMYK | 0.41 | 0 | 0.22 | 0.06 |
| HSL | 148.16º | 0.75% | 0.75% | - |
| HSV(B) | 148.16º | 0.41% | 0.94% | - |
| XYZ | 50.82 | 70.98 | 58.04 | - |
| YUV | 203.77 | 118.53 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 239 | 187 | 0.41 | 0 | 0.22 | 0.06 | 148.16 | 0.75 | 0.75 |
| Hex | 8D | EF | BB | 29 | 0 | 16 | 6 | 94 | 4B | 4B |
| Octal | 215 | 357 | 273 | 51 | 0 | 26 | 6 | 224 | 113 | 113 |
| Binary | 10001101 | 11101111 | 10111011 | 101001 | 0 | 10110 | 110 | 10010100 | 1001011 | 1001011 |
Color Harmonies of #8DEFBB
Complementary color
Monochromatic Colors of #8DEFBB
Black with #8DEFBB
Text Example
Text Example
White with #8DEFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEFBB; }
p { color: rgb(141,239,187); }
H1.HeaderClassName
{
color: #8DEFBB;
}
.AnyTagClassName
{
color: #8DEFBB;
}
</style>
background-color css
<style>
a { background-color: #8DEFBB; }
a { background-color: rgb(141,239,187); }
div.DivClassName
{
background-color: #8DEFBB;
}
.BgClassName
{
background-color: #8DEFBB;
}
</style>
border-color css
<style>
span { border-color: #8DEFBB; }
span { border-color: rgb(141,239,187); }
td.TdClassName
{
border-color: #8DEFBB;
}
.TagClassName
{
border-color: #8DEFBB;
}
</style>