Shades of Vista Blue #8DEAB0
Tints of Vista Blue #8DEAB0
RGB
CMYK
RGB Variations
Color information
#8DEAB0 (or 0x8DEAB0) is known color: Vista Blue. HEX triplet: 8D, EA and B0. RGB value is (141,234,176). Sum of RGB (Red+Green+Blue) = 141+234+176=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 176 (69.14% from 255 or 31.94% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEAB0 is #72154F. Grayscale: #C7C7C7. Windows color (decimal): -7476560 or 11594381. OLE color: 11594381.
HSL color Cylindrical-coordinate representation of color #8DEAB0: hue angle of 142.58º 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 #8DEAB0 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 234 | 176 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.08 |
| HSL | 142.58º | 0.69% | 0.74% | - |
| HSV(B) | 142.58º | 0.4% | 0.92% | - |
| XYZ | 48.24 | 67.64 | 51.59 | - |
| YUV | 199.58 | 114.69 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 234 | 176 | 0.40 | 0 | 0.25 | 0.08 | 142.58 | 0.69 | 0.74 |
| Hex | 8D | EA | B0 | 28 | 0 | 19 | 8 | 8F | 45 | 4A |
| Octal | 215 | 352 | 260 | 50 | 0 | 31 | 10 | 217 | 105 | 112 |
| Binary | 10001101 | 11101010 | 10110000 | 101000 | 0 | 11001 | 1000 | 10001111 | 1000101 | 1001010 |
Color Harmonies of #8DEAB0
Complementary color
Monochromatic Colors of #8DEAB0
Black with #8DEAB0
Text Example
Text Example
White with #8DEAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEAB0; }
p { color: rgb(141,234,176); }
H1.HeaderClassName
{
color: #8DEAB0;
}
.AnyTagClassName
{
color: #8DEAB0;
}
</style>
background-color css
<style>
a { background-color: #8DEAB0; }
a { background-color: rgb(141,234,176); }
div.DivClassName
{
background-color: #8DEAB0;
}
.BgClassName
{
background-color: #8DEAB0;
}
</style>
border-color css
<style>
span { border-color: #8DEAB0; }
span { border-color: rgb(141,234,176); }
td.TdClassName
{
border-color: #8DEAB0;
}
.TagClassName
{
border-color: #8DEAB0;
}
</style>