Shades of Vista Blue #8DCFAF
Tints of Vista Blue #8DCFAF
RGB
CMYK
RGB Variations
Color information
#8DCFAF (or 0x8DCFAF) is known color: Vista Blue. HEX triplet: 8D, CF and AF. RGB value is (141,207,175). Sum of RGB (Red+Green+Blue) = 141+207+175=523 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.96% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 175 (68.75% from 255 or 33.46% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCFAF is #723050. Grayscale: #B7B7B7. Windows color (decimal): -7483473 or 11521933. OLE color: 11521933.
HSL color Cylindrical-coordinate representation of color #8DCFAF: hue angle of 150.91º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCFAF is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 141 | 207 | 175 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.19 |
| HSL | 150.91º | 0.41% | 0.68% | - |
| HSV(B) | 150.91º | 0.32% | 0.81% | - |
| XYZ | 41.04 | 53.38 | 48.7 | - |
| YUV | 183.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 207 | 175 | 0.32 | 0 | 0.15 | 0.19 | 150.91 | 0.41 | 0.68 |
| Hex | 8D | CF | AF | 20 | 0 | F | 13 | 97 | 29 | 44 |
| Octal | 215 | 317 | 257 | 40 | 0 | 17 | 23 | 227 | 51 | 104 |
| Binary | 10001101 | 11001111 | 10101111 | 100000 | 0 | 1111 | 10011 | 10010111 | 101001 | 1000100 |
Color Harmonies of #8DCFAF
Complementary color
Monochromatic Colors of #8DCFAF
Black with #8DCFAF
Text Example
Text Example
White with #8DCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCFAF; }
p { color: rgb(141,207,175); }
H1.HeaderClassName
{
color: #8DCFAF;
}
.AnyTagClassName
{
color: #8DCFAF;
}
</style>
background-color css
<style>
a { background-color: #8DCFAF; }
a { background-color: rgb(141,207,175); }
div.DivClassName
{
background-color: #8DCFAF;
}
.BgClassName
{
background-color: #8DCFAF;
}
</style>
border-color css
<style>
span { border-color: #8DCFAF; }
span { border-color: rgb(141,207,175); }
td.TdClassName
{
border-color: #8DCFAF;
}
.TagClassName
{
border-color: #8DCFAF;
}
</style>