Shades of Vista Blue #8DCAAF
Tints of Vista Blue #8DCAAF
RGB
CMYK
RGB Variations
Color information
#8DCAAF (or 0x8DCAAF) is known color: Vista Blue. HEX triplet: 8D, CA and AF. RGB value is (141,202,175). Sum of RGB (Red+Green+Blue) = 141+202+175=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 175 (68.75% from 255 or 33.78% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAAF is #723550. Grayscale: #B4B4B4. Windows color (decimal): -7484753 or 11520653. OLE color: 11520653.
HSL color Cylindrical-coordinate representation of color #8DCAAF: hue angle of 153.44º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCAAF is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 175 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.21 |
| HSL | 153.44º | 0.37% | 0.67% | - |
| HSV(B) | 153.44º | 0.3% | 0.79% | - |
| XYZ | 39.84 | 51 | 48.3 | - |
| YUV | 180.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 175 | 0.30 | 0 | 0.13 | 0.21 | 153.44 | 0.37 | 0.67 |
| Hex | 8D | CA | AF | 1E | 0 | D | 15 | 99 | 25 | 43 |
| Octal | 215 | 312 | 257 | 36 | 0 | 15 | 25 | 231 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10101111 | 11110 | 0 | 1101 | 10101 | 10011001 | 100101 | 1000011 |
Color Harmonies of #8DCAAF
Complementary color
Monochromatic Colors of #8DCAAF
Black with #8DCAAF
Text Example
Text Example
White with #8DCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAAF; }
p { color: rgb(141,202,175); }
H1.HeaderClassName
{
color: #8DCAAF;
}
.AnyTagClassName
{
color: #8DCAAF;
}
</style>
background-color css
<style>
a { background-color: #8DCAAF; }
a { background-color: rgb(141,202,175); }
div.DivClassName
{
background-color: #8DCAAF;
}
.BgClassName
{
background-color: #8DCAAF;
}
</style>
border-color css
<style>
span { border-color: #8DCAAF; }
span { border-color: rgb(141,202,175); }
td.TdClassName
{
border-color: #8DCAAF;
}
.TagClassName
{
border-color: #8DCAAF;
}
</style>