Shades of Vista Blue #8DCDA8
Tints of Vista Blue #8DCDA8
RGB
CMYK
RGB Variations
Color information
#8DCDA8 (or 0x8DCDA8) is known color: Vista Blue. HEX triplet: 8D, CD and A8. RGB value is (141,205,168). Sum of RGB (Red+Green+Blue) = 141+205+168=514 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.43% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCDA8 is #723257. Grayscale: #B5B5B5. Windows color (decimal): -7483992 or 11062669. OLE color: 11062669.
HSL color Cylindrical-coordinate representation of color #8DCDA8: hue angle of 145.31º 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 #8DCDA8 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 205 | 168 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.20 |
| HSL | 145.31º | 0.39% | 0.68% | - |
| HSV(B) | 145.31º | 0.31% | 0.8% | - |
| XYZ | 39.88 | 52.15 | 45.01 | - |
| YUV | 181.65 | 120.3 | 99.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 205 | 168 | 0.31 | 0 | 0.18 | 0.20 | 145.31 | 0.39 | 0.68 |
| Hex | 8D | CD | A8 | 1F | 0 | 12 | 14 | 91 | 27 | 44 |
| Octal | 215 | 315 | 250 | 37 | 0 | 22 | 24 | 221 | 47 | 104 |
| Binary | 10001101 | 11001101 | 10101000 | 11111 | 0 | 10010 | 10100 | 10010001 | 100111 | 1000100 |
Color Harmonies of #8DCDA8
Complementary color
Monochromatic Colors of #8DCDA8
Black with #8DCDA8
Text Example
Text Example
White with #8DCDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DCDA8; }
p { color: rgb(141,205,168); }
H1.HeaderClassName
{
color: #8DCDA8;
}
.AnyTagClassName
{
color: #8DCDA8;
}
</style>
background-color css
<style>
a { background-color: #8DCDA8; }
a { background-color: rgb(141,205,168); }
div.DivClassName
{
background-color: #8DCDA8;
}
.BgClassName
{
background-color: #8DCDA8;
}
</style>
border-color css
<style>
span { border-color: #8DCDA8; }
span { border-color: rgb(141,205,168); }
td.TdClassName
{
border-color: #8DCDA8;
}
.TagClassName
{
border-color: #8DCDA8;
}
</style>