Shades of Vista Blue #8CDDA6
Tints of Vista Blue #8CDDA6
RGB
CMYK
RGB Variations
Color information
#8CDDA6 (or 0x8CDDA6) is known color: Vista Blue. HEX triplet: 8C, DD and A6. RGB value is (140,221,166). Sum of RGB (Red+Green+Blue) = 140+221+166=527 (69% of max value = 765). Red value is 140 (55.08% from 255 or 26.57% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDA6 is #732259. Grayscale: #BEBEBE. Windows color (decimal): -7545434 or 10935692. OLE color: 10935692.
HSL color Cylindrical-coordinate representation of color #8CDDA6: hue angle of 139.26º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDDA6 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 166 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.13 |
| HSL | 139.26º | 0.54% | 0.71% | - |
| HSV(B) | 139.26º | 0.37% | 0.87% | - |
| XYZ | 43.55 | 60.04 | 45.37 | - |
| YUV | 190.51 | 114.16 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 166 | 0.37 | 0 | 0.25 | 0.13 | 139.26 | 0.54 | 0.71 |
| Hex | 8C | DD | A6 | 25 | 0 | 19 | D | 8B | 36 | 47 |
| Octal | 214 | 335 | 246 | 45 | 0 | 31 | 15 | 213 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10100110 | 100101 | 0 | 11001 | 1101 | 10001011 | 110110 | 1000111 |
Color Harmonies of #8CDDA6
Complementary color
Monochromatic Colors of #8CDDA6
Black with #8CDDA6
Text Example
Text Example
White with #8CDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDA6; }
p { color: rgb(140,221,166); }
H1.HeaderClassName
{
color: #8CDDA6;
}
.AnyTagClassName
{
color: #8CDDA6;
}
</style>
background-color css
<style>
a { background-color: #8CDDA6; }
a { background-color: rgb(140,221,166); }
div.DivClassName
{
background-color: #8CDDA6;
}
.BgClassName
{
background-color: #8CDDA6;
}
</style>
border-color css
<style>
span { border-color: #8CDDA6; }
span { border-color: rgb(140,221,166); }
td.TdClassName
{
border-color: #8CDDA6;
}
.TagClassName
{
border-color: #8CDDA6;
}
</style>