Shades of Vista Blue #8DE1BB
Tints of Vista Blue #8DE1BB
RGB
CMYK
RGB Variations
Color information
#8DE1BB (or 0x8DE1BB) is known color: Vista Blue. HEX triplet: 8D, E1 and BB. RGB value is (141,225,187). Sum of RGB (Red+Green+Blue) = 141+225+187=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 225 (88.28% from 255 or 40.69% from 553); Blue value is 187 (73.44% from 255 or 33.82% from 553); Max value from RGB is 225 - color contains mainly: green. Hex color #8DE1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE1BB is #721E44. Grayscale: #C3C3C3. Windows color (decimal): -7478853 or 12312973. OLE color: 12312973.
HSL color Cylindrical-coordinate representation of color #8DE1BB: hue angle of 152.86º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DE1BB is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 225 | 187 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.12 |
| HSL | 152.86º | 0.58% | 0.72% | - |
| HSV(B) | 152.86º | 0.37% | 0.88% | - |
| XYZ | 46.88 | 63.1 | 56.72 | - |
| YUV | 195.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 225 | 187 | 0.37 | 0 | 0.17 | 0.12 | 152.86 | 0.58 | 0.72 |
| Hex | 8D | E1 | BB | 25 | 0 | 11 | C | 99 | 3A | 48 |
| Octal | 215 | 341 | 273 | 45 | 0 | 21 | 14 | 231 | 72 | 110 |
| Binary | 10001101 | 11100001 | 10111011 | 100101 | 0 | 10001 | 1100 | 10011001 | 111010 | 1001000 |
Color Harmonies of #8DE1BB
Complementary color
Monochromatic Colors of #8DE1BB
Black with #8DE1BB
Text Example
Text Example
White with #8DE1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE1BB; }
p { color: rgb(141,225,187); }
H1.HeaderClassName
{
color: #8DE1BB;
}
.AnyTagClassName
{
color: #8DE1BB;
}
</style>
background-color css
<style>
a { background-color: #8DE1BB; }
a { background-color: rgb(141,225,187); }
div.DivClassName
{
background-color: #8DE1BB;
}
.BgClassName
{
background-color: #8DE1BB;
}
</style>
border-color css
<style>
span { border-color: #8DE1BB; }
span { border-color: rgb(141,225,187); }
td.TdClassName
{
border-color: #8DE1BB;
}
.TagClassName
{
border-color: #8DE1BB;
}
</style>