Shades of Vista Blue #8DE3BB
Tints of Vista Blue #8DE3BB
RGB
CMYK
RGB Variations
Color information
#8DE3BB (or 0x8DE3BB) is known color: Vista Blue. HEX triplet: 8D, E3 and BB. RGB value is (141,227,187). Sum of RGB (Red+Green+Blue) = 141+227+187=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE3BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE3BB is #721C44. Grayscale: #C4C4C4. Windows color (decimal): -7478341 or 12313485. OLE color: 12313485.
HSL color Cylindrical-coordinate representation of color #8DE3BB: hue angle of 152.09º degrees, saturation: 0.61, 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 #8DE3BB is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 141 | 227 | 187 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.11 |
| HSL | 152.09º | 0.61% | 0.72% | - |
| HSV(B) | 152.09º | 0.38% | 0.89% | - |
| XYZ | 47.42 | 64.19 | 56.9 | - |
| YUV | 196.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 227 | 187 | 0.38 | 0 | 0.18 | 0.11 | 152.09 | 0.61 | 0.72 |
| Hex | 8D | E3 | BB | 26 | 0 | 12 | B | 98 | 3D | 48 |
| Octal | 215 | 343 | 273 | 46 | 0 | 22 | 13 | 230 | 75 | 110 |
| Binary | 10001101 | 11100011 | 10111011 | 100110 | 0 | 10010 | 1011 | 10011000 | 111101 | 1001000 |
Color Harmonies of #8DE3BB
Complementary color
Monochromatic Colors of #8DE3BB
Black with #8DE3BB
Text Example
Text Example
White with #8DE3BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE3BB; }
p { color: rgb(141,227,187); }
H1.HeaderClassName
{
color: #8DE3BB;
}
.AnyTagClassName
{
color: #8DE3BB;
}
</style>
background-color css
<style>
a { background-color: #8DE3BB; }
a { background-color: rgb(141,227,187); }
div.DivClassName
{
background-color: #8DE3BB;
}
.BgClassName
{
background-color: #8DE3BB;
}
</style>
border-color css
<style>
span { border-color: #8DE3BB; }
span { border-color: rgb(141,227,187); }
td.TdClassName
{
border-color: #8DE3BB;
}
.TagClassName
{
border-color: #8DE3BB;
}
</style>