Shades of Vista Blue #8DEDAC
Tints of Vista Blue #8DEDAC
RGB
CMYK
RGB Variations
Color information
#8DEDAC (or 0x8DEDAC) is known color: Vista Blue. HEX triplet: 8D, ED and AC. RGB value is (141,237,172). Sum of RGB (Red+Green+Blue) = 141+237+172=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #8DEDAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEDAC is #721253. Grayscale: #C9C9C9. Windows color (decimal): -7475796 or 11333005. OLE color: 11333005.
HSL color Cylindrical-coordinate representation of color #8DEDAC: hue angle of 139.38º 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 #8DEDAC is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 141 | 237 | 172 | - |
| CMYK | 0.41 | 0 | 0.27 | 0.07 |
| HSL | 139.38º | 0.73% | 0.74% | - |
| HSV(B) | 139.38º | 0.41% | 0.93% | - |
| XYZ | 48.72 | 69.21 | 49.82 | - |
| YUV | 200.89 | 111.7 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 237 | 172 | 0.41 | 0 | 0.27 | 0.07 | 139.38 | 0.73 | 0.74 |
| Hex | 8D | ED | AC | 29 | 0 | 1B | 7 | 8B | 49 | 4A |
| Octal | 215 | 355 | 254 | 51 | 0 | 33 | 7 | 213 | 111 | 112 |
| Binary | 10001101 | 11101101 | 10101100 | 101001 | 0 | 11011 | 111 | 10001011 | 1001001 | 1001010 |
Color Harmonies of #8DEDAC
Complementary color
Monochromatic Colors of #8DEDAC
Black with #8DEDAC
Text Example
Text Example
White with #8DEDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DEDAC; }
p { color: rgb(141,237,172); }
H1.HeaderClassName
{
color: #8DEDAC;
}
.AnyTagClassName
{
color: #8DEDAC;
}
</style>
background-color css
<style>
a { background-color: #8DEDAC; }
a { background-color: rgb(141,237,172); }
div.DivClassName
{
background-color: #8DEDAC;
}
.BgClassName
{
background-color: #8DEDAC;
}
</style>
border-color css
<style>
span { border-color: #8DEDAC; }
span { border-color: rgb(141,237,172); }
td.TdClassName
{
border-color: #8DEDAC;
}
.TagClassName
{
border-color: #8DEDAC;
}
</style>