Shades of Vista Blue #8DE0B6
Tints of Vista Blue #8DE0B6
RGB
CMYK
RGB Variations
Color information
#8DE0B6 (or 0x8DE0B6) is known color: Vista Blue. HEX triplet: 8D, E0 and B6. RGB value is (141,224,182). Sum of RGB (Red+Green+Blue) = 141+224+182=547 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.78% from 547); Green value is 224 (87.89% from 255 or 40.95% from 547); Blue value is 182 (71.48% from 255 or 33.27% from 547); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE0B6 is #721F49. Grayscale: #C2C2C2. Windows color (decimal): -7479114 or 11985037. OLE color: 11985037.
HSL color Cylindrical-coordinate representation of color #8DE0B6: hue angle of 149.64º degrees, saturation: 0.57, 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 #8DE0B6 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 224 | 182 | - |
| CMYK | 0.37 | 0 | 0.19 | 0.12 |
| HSL | 149.64º | 0.57% | 0.72% | - |
| HSV(B) | 149.64º | 0.37% | 0.88% | - |
| XYZ | 46.08 | 62.35 | 53.86 | - |
| YUV | 194.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 182 | 0.37 | 0 | 0.19 | 0.12 | 149.64 | 0.57 | 0.72 |
| Hex | 8D | E0 | B6 | 25 | 0 | 13 | C | 96 | 39 | 48 |
| Octal | 215 | 340 | 266 | 45 | 0 | 23 | 14 | 226 | 71 | 110 |
| Binary | 10001101 | 11100000 | 10110110 | 100101 | 0 | 10011 | 1100 | 10010110 | 111001 | 1001000 |
Color Harmonies of #8DE0B6
Complementary color
Monochromatic Colors of #8DE0B6
Black with #8DE0B6
Text Example
Text Example
White with #8DE0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE0B6; }
p { color: rgb(141,224,182); }
H1.HeaderClassName
{
color: #8DE0B6;
}
.AnyTagClassName
{
color: #8DE0B6;
}
</style>
background-color css
<style>
a { background-color: #8DE0B6; }
a { background-color: rgb(141,224,182); }
div.DivClassName
{
background-color: #8DE0B6;
}
.BgClassName
{
background-color: #8DE0B6;
}
</style>
border-color css
<style>
span { border-color: #8DE0B6; }
span { border-color: rgb(141,224,182); }
td.TdClassName
{
border-color: #8DE0B6;
}
.TagClassName
{
border-color: #8DE0B6;
}
</style>