Shades of Vista Blue #8DEDAF
Tints of Vista Blue #8DEDAF
RGB
CMYK
RGB Variations
Color information
#8DEDAF (or 0x8DEDAF) is known color: Vista Blue. HEX triplet: 8D, ED and AF. RGB value is (141,237,175). Sum of RGB (Red+Green+Blue) = 141+237+175=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 237 (92.97% from 255 or 42.86% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEDAF is #721250. Grayscale: #C9C9C9. Windows color (decimal): -7475793 or 11529613. OLE color: 11529613.
HSL color Cylindrical-coordinate representation of color #8DEDAF: hue angle of 141.25º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DEDAF is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 175 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.07 |
| HSL | 141.25º | 0.73% | 0.74% | - |
| HSV(B) | 141.25º | 0.41% | 0.93% | - |
| XYZ | 49.01 | 69.33 | 51.36 | - |
| YUV | 201.23 | 113.2 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 175 | 0.41 | 0 | 0.26 | 0.07 | 141.25 | 0.73 | 0.74 |
| Hex | 8D | ED | AF | 29 | 0 | 1A | 7 | 8D | 49 | 4A |
| Octal | 215 | 355 | 257 | 51 | 0 | 32 | 7 | 215 | 111 | 112 |
| Binary | 10001101 | 11101101 | 10101111 | 101001 | 0 | 11010 | 111 | 10001101 | 1001001 | 1001010 |
Color Harmonies of #8DEDAF
Complementary color
Monochromatic Colors of #8DEDAF
Black with #8DEDAF
Text Example
Text Example
White with #8DEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDAF; }
p { color: rgb(141,237,175); }
H1.HeaderClassName
{
color: #8DEDAF;
}
.AnyTagClassName
{
color: #8DEDAF;
}
</style>
background-color css
<style>
a { background-color: #8DEDAF; }
a { background-color: rgb(141,237,175); }
div.DivClassName
{
background-color: #8DEDAF;
}
.BgClassName
{
background-color: #8DEDAF;
}
</style>
border-color css
<style>
span { border-color: #8DEDAF; }
span { border-color: rgb(141,237,175); }
td.TdClassName
{
border-color: #8DEDAF;
}
.TagClassName
{
border-color: #8DEDAF;
}
</style>