Shades of Vista Blue #8DCDA5
Tints of Vista Blue #8DCDA5
RGB
CMYK
RGB Variations
Color information
#8DCDA5 (or 0x8DCDA5) is known color: Vista Blue. HEX triplet: 8D, CD and A5. RGB value is (141,205,165). Sum of RGB (Red+Green+Blue) = 141+205+165=511 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.59% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDA5 is #72325A. Grayscale: #B5B5B5. Windows color (decimal): -7483995 or 10866061. OLE color: 10866061.
HSL color Cylindrical-coordinate representation of color #8DCDA5: hue angle of 142.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8DCDA5 is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 165 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.20 |
| HSL | 142.5º | 0.39% | 0.68% | - |
| HSV(B) | 142.5º | 0.31% | 0.8% | - |
| XYZ | 39.61 | 52.04 | 43.55 | - |
| YUV | 181.3 | 118.8 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 165 | 0.31 | 0 | 0.20 | 0.20 | 142.5 | 0.39 | 0.68 |
| Hex | 8D | CD | A5 | 1F | 0 | 14 | 14 | 8E | 27 | 44 |
| Octal | 215 | 315 | 245 | 37 | 0 | 24 | 24 | 216 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10100101 | 11111 | 0 | 10100 | 10100 | 10001110 | 100111 | 1000100 |
Color Harmonies of #8DCDA5
Complementary color
Monochromatic Colors of #8DCDA5
Black with #8DCDA5
Text Example
Text Example
White with #8DCDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDA5; }
p { color: rgb(141,205,165); }
H1.HeaderClassName
{
color: #8DCDA5;
}
.AnyTagClassName
{
color: #8DCDA5;
}
</style>
background-color css
<style>
a { background-color: #8DCDA5; }
a { background-color: rgb(141,205,165); }
div.DivClassName
{
background-color: #8DCDA5;
}
.BgClassName
{
background-color: #8DCDA5;
}
</style>
border-color css
<style>
span { border-color: #8DCDA5; }
span { border-color: rgb(141,205,165); }
td.TdClassName
{
border-color: #8DCDA5;
}
.TagClassName
{
border-color: #8DCDA5;
}
</style>