Shades of Vista Blue #8DDAAF
Tints of Vista Blue #8DDAAF
RGB
CMYK
RGB Variations
Color information
#8DDAAF (or 0x8DDAAF) is known color: Vista Blue. HEX triplet: 8D, DA and AF. RGB value is (141,218,175). Sum of RGB (Red+Green+Blue) = 141+218+175=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 218 (85.55% from 255 or 40.82% from 534); Blue value is 175 (68.75% from 255 or 32.77% from 534); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDAAF is #722550. Grayscale: #BEBEBE. Windows color (decimal): -7480657 or 11524749. OLE color: 11524749.
HSL color Cylindrical-coordinate representation of color #8DDAAF: hue angle of 146.49º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DDAAF is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 141 | 218 | 175 | - |
| CMYK | 0.35 | 0 | 0.20 | 0.15 |
| HSL | 146.49º | 0.51% | 0.7% | - |
| HSV(B) | 146.49º | 0.35% | 0.85% | - |
| XYZ | 43.79 | 58.9 | 49.62 | - |
| YUV | 190.08 | 119.49 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 218 | 175 | 0.35 | 0 | 0.20 | 0.15 | 146.49 | 0.51 | 0.7 |
| Hex | 8D | DA | AF | 23 | 0 | 14 | F | 92 | 33 | 46 |
| Octal | 215 | 332 | 257 | 43 | 0 | 24 | 17 | 222 | 63 | 106 |
| Binary | 10001101 | 11011010 | 10101111 | 100011 | 0 | 10100 | 1111 | 10010010 | 110011 | 1000110 |
Color Harmonies of #8DDAAF
Complementary color
Monochromatic Colors of #8DDAAF
Black with #8DDAAF
Text Example
Text Example
White with #8DDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDAAF; }
p { color: rgb(141,218,175); }
H1.HeaderClassName
{
color: #8DDAAF;
}
.AnyTagClassName
{
color: #8DDAAF;
}
</style>
background-color css
<style>
a { background-color: #8DDAAF; }
a { background-color: rgb(141,218,175); }
div.DivClassName
{
background-color: #8DDAAF;
}
.BgClassName
{
background-color: #8DDAAF;
}
</style>
border-color css
<style>
span { border-color: #8DDAAF; }
span { border-color: rgb(141,218,175); }
td.TdClassName
{
border-color: #8DDAAF;
}
.TagClassName
{
border-color: #8DDAAF;
}
</style>