Shades of Vista Blue #8DD2AF
Tints of Vista Blue #8DD2AF
RGB
CMYK
RGB Variations
Color information
#8DD2AF (or 0x8DD2AF) is known color: Vista Blue. HEX triplet: 8D, D2 and AF. RGB value is (141,210,175). Sum of RGB (Red+Green+Blue) = 141+210+175=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 175 (68.75% from 255 or 33.27% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD2AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD2AF is #722D50. Grayscale: #B9B9B9. Windows color (decimal): -7482705 or 11522701. OLE color: 11522701.
HSL color Cylindrical-coordinate representation of color #8DD2AF: hue angle of 149.57º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD2AF is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 210 | 175 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.18 |
| HSL | 149.57º | 0.43% | 0.69% | - |
| HSV(B) | 149.57º | 0.33% | 0.82% | - |
| XYZ | 41.77 | 54.85 | 48.94 | - |
| YUV | 185.38 | 122.14 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 210 | 175 | 0.33 | 0 | 0.17 | 0.18 | 149.57 | 0.43 | 0.69 |
| Hex | 8D | D2 | AF | 21 | 0 | 11 | 12 | 96 | 2B | 45 |
| Octal | 215 | 322 | 257 | 41 | 0 | 21 | 22 | 226 | 53 | 105 |
| Binary | 10001101 | 11010010 | 10101111 | 100001 | 0 | 10001 | 10010 | 10010110 | 101011 | 1000101 |
Color Harmonies of #8DD2AF
Complementary color
Monochromatic Colors of #8DD2AF
Black with #8DD2AF
Text Example
Text Example
White with #8DD2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD2AF; }
p { color: rgb(141,210,175); }
H1.HeaderClassName
{
color: #8DD2AF;
}
.AnyTagClassName
{
color: #8DD2AF;
}
</style>
background-color css
<style>
a { background-color: #8DD2AF; }
a { background-color: rgb(141,210,175); }
div.DivClassName
{
background-color: #8DD2AF;
}
.BgClassName
{
background-color: #8DD2AF;
}
</style>
border-color css
<style>
span { border-color: #8DD2AF; }
span { border-color: rgb(141,210,175); }
td.TdClassName
{
border-color: #8DD2AF;
}
.TagClassName
{
border-color: #8DD2AF;
}
</style>