Shades of Vista Blue #8DCAB0
Tints of Vista Blue #8DCAB0
RGB
CMYK
RGB Variations
Color information
#8DCAB0 (or 0x8DCAB0) is known color: Vista Blue. HEX triplet: 8D, CA and B0. RGB value is (141,202,176). Sum of RGB (Red+Green+Blue) = 141+202+176=519 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.17% from 519); Green value is 202 (79.30% from 255 or 38.92% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCAB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCAB0 is #72354F. Grayscale: #B4B4B4. Windows color (decimal): -7484752 or 11586189. OLE color: 11586189.
HSL color Cylindrical-coordinate representation of color #8DCAB0: hue angle of 154.43º 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 #8DCAB0 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 141 | 202 | 176 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.21 |
| HSL | 154.43º | 0.37% | 0.67% | - |
| HSV(B) | 154.43º | 0.3% | 0.79% | - |
| XYZ | 39.94 | 51.04 | 48.82 | - |
| YUV | 180.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 202 | 176 | 0.30 | 0 | 0.13 | 0.21 | 154.43 | 0.37 | 0.67 |
| Hex | 8D | CA | B0 | 1E | 0 | D | 15 | 9A | 25 | 43 |
| Octal | 215 | 312 | 260 | 36 | 0 | 15 | 25 | 232 | 45 | 103 |
| Binary | 10001101 | 11001010 | 10110000 | 11110 | 0 | 1101 | 10101 | 10011010 | 100101 | 1000011 |
Color Harmonies of #8DCAB0
Complementary color
Monochromatic Colors of #8DCAB0
Black with #8DCAB0
Text Example
Text Example
White with #8DCAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCAB0; }
p { color: rgb(141,202,176); }
H1.HeaderClassName
{
color: #8DCAB0;
}
.AnyTagClassName
{
color: #8DCAB0;
}
</style>
background-color css
<style>
a { background-color: #8DCAB0; }
a { background-color: rgb(141,202,176); }
div.DivClassName
{
background-color: #8DCAB0;
}
.BgClassName
{
background-color: #8DCAB0;
}
</style>
border-color css
<style>
span { border-color: #8DCAB0; }
span { border-color: rgb(141,202,176); }
td.TdClassName
{
border-color: #8DCAB0;
}
.TagClassName
{
border-color: #8DCAB0;
}
</style>