Shades of Vista Blue #8DE0B8
Tints of Vista Blue #8DE0B8
RGB
CMYK
RGB Variations
Color information
#8DE0B8 (or 0x8DE0B8) is known color: Vista Blue. HEX triplet: 8D, E0 and B8. RGB value is (141,224,184). Sum of RGB (Red+Green+Blue) = 141+224+184=549 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.68% from 549); Green value is 224 (87.89% from 255 or 40.80% from 549); Blue value is 184 (72.27% from 255 or 33.52% from 549); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DE0B8 is #721F47. Grayscale: #C2C2C2. Windows color (decimal): -7479112 or 12116109. OLE color: 12116109.
HSL color Cylindrical-coordinate representation of color #8DE0B8: hue angle of 151.08º 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 #8DE0B8 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 141 | 224 | 184 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.12 |
| HSL | 151.08º | 0.57% | 0.72% | - |
| HSV(B) | 151.08º | 0.37% | 0.88% | - |
| XYZ | 46.29 | 62.43 | 54.96 | - |
| YUV | 194.62 | 122 | 89.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 224 | 184 | 0.37 | 0 | 0.18 | 0.12 | 151.08 | 0.57 | 0.72 |
| Hex | 8D | E0 | B8 | 25 | 0 | 12 | C | 97 | 39 | 48 |
| Octal | 215 | 340 | 270 | 45 | 0 | 22 | 14 | 227 | 71 | 110 |
| Binary | 10001101 | 11100000 | 10111000 | 100101 | 0 | 10010 | 1100 | 10010111 | 111001 | 1001000 |
Color Harmonies of #8DE0B8
Complementary color
Monochromatic Colors of #8DE0B8
Black with #8DE0B8
Text Example
Text Example
White with #8DE0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DE0B8; }
p { color: rgb(141,224,184); }
H1.HeaderClassName
{
color: #8DE0B8;
}
.AnyTagClassName
{
color: #8DE0B8;
}
</style>
background-color css
<style>
a { background-color: #8DE0B8; }
a { background-color: rgb(141,224,184); }
div.DivClassName
{
background-color: #8DE0B8;
}
.BgClassName
{
background-color: #8DE0B8;
}
</style>
border-color css
<style>
span { border-color: #8DE0B8; }
span { border-color: rgb(141,224,184); }
td.TdClassName
{
border-color: #8DE0B8;
}
.TagClassName
{
border-color: #8DE0B8;
}
</style>