Shades of Vista Blue #8DEABC
Tints of Vista Blue #8DEABC
RGB
CMYK
RGB Variations
Color information
#8DEABC (or 0x8DEABC) is known color: Vista Blue. HEX triplet: 8D, EA and BC. RGB value is (141,234,188). Sum of RGB (Red+Green+Blue) = 141+234+188=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 234 (91.80% from 255 or 41.56% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEABC is #721543. Grayscale: #C9C9C9. Windows color (decimal): -7476548 or 12380813. OLE color: 12380813.
HSL color Cylindrical-coordinate representation of color #8DEABC: hue angle of 150.32º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEABC is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 188 | - |
| CMYK | 0.40 | 0 | 0.20 | 0.08 |
| HSL | 150.32º | 0.69% | 0.74% | - |
| HSV(B) | 150.32º | 0.4% | 0.92% | - |
| XYZ | 49.48 | 68.14 | 58.12 | - |
| YUV | 200.95 | 120.69 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 188 | 0.40 | 0 | 0.20 | 0.08 | 150.32 | 0.69 | 0.74 |
| Hex | 8D | EA | BC | 28 | 0 | 14 | 8 | 96 | 45 | 4A |
| Octal | 215 | 352 | 274 | 50 | 0 | 24 | 10 | 226 | 105 | 112 |
| Binary | 10001101 | 11101010 | 10111100 | 101000 | 0 | 10100 | 1000 | 10010110 | 1000101 | 1001010 |
Color Harmonies of #8DEABC
Complementary color
Monochromatic Colors of #8DEABC
Black with #8DEABC
Text Example
Text Example
White with #8DEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEABC; }
p { color: rgb(141,234,188); }
H1.HeaderClassName
{
color: #8DEABC;
}
.AnyTagClassName
{
color: #8DEABC;
}
</style>
background-color css
<style>
a { background-color: #8DEABC; }
a { background-color: rgb(141,234,188); }
div.DivClassName
{
background-color: #8DEABC;
}
.BgClassName
{
background-color: #8DEABC;
}
</style>
border-color css
<style>
span { border-color: #8DEABC; }
span { border-color: rgb(141,234,188); }
td.TdClassName
{
border-color: #8DEABC;
}
.TagClassName
{
border-color: #8DEABC;
}
</style>