Shades of Vista Blue #8DCAB2
Tints of Vista Blue #8DCAB2
RGB
CMYK
RGB Variations
Color information
#8DCAB2 (or 0x8DCAB2) is known color: Vista Blue. HEX triplet: 8D, CA and B2. RGB value is (141,202,178). Sum of RGB (Red+Green+Blue) = 141+202+178=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 178 (69.92% from 255 or 34.17% from 521); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAB2 is #72354D. Grayscale: #B5B5B5. Windows color (decimal): -7484750 or 11717261. OLE color: 11717261.
HSL color Cylindrical-coordinate representation of color #8DCAB2: hue angle of 156.39º 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 #8DCAB2 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 178 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.21 |
| HSL | 156.39º | 0.37% | 0.67% | - |
| HSV(B) | 156.39º | 0.3% | 0.79% | - |
| XYZ | 40.14 | 51.12 | 49.87 | - |
| YUV | 181.03 | 126.29 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 178 | 0.30 | 0 | 0.12 | 0.21 | 156.39 | 0.37 | 0.67 |
| Hex | 8D | CA | B2 | 1E | 0 | C | 15 | 9C | 25 | 43 |
| Octal | 215 | 312 | 262 | 36 | 0 | 14 | 25 | 234 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10110010 | 11110 | 0 | 1100 | 10101 | 10011100 | 100101 | 1000011 |
Color Harmonies of #8DCAB2
Complementary color
Monochromatic Colors of #8DCAB2
Black with #8DCAB2
Text Example
Text Example
White with #8DCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAB2; }
p { color: rgb(141,202,178); }
H1.HeaderClassName
{
color: #8DCAB2;
}
.AnyTagClassName
{
color: #8DCAB2;
}
</style>
background-color css
<style>
a { background-color: #8DCAB2; }
a { background-color: rgb(141,202,178); }
div.DivClassName
{
background-color: #8DCAB2;
}
.BgClassName
{
background-color: #8DCAB2;
}
</style>
border-color css
<style>
span { border-color: #8DCAB2; }
span { border-color: rgb(141,202,178); }
td.TdClassName
{
border-color: #8DCAB2;
}
.TagClassName
{
border-color: #8DCAB2;
}
</style>