Shades of Vista Blue #8CDDAE
Tints of Vista Blue #8CDDAE
RGB
CMYK
RGB Variations
Color information
#8CDDAE (or 0x8CDDAE) is known color: Vista Blue. HEX triplet: 8C, DD and AE. RGB value is (140,221,174). Sum of RGB (Red+Green+Blue) = 140+221+174=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 221 (86.72% from 255 or 41.31% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDDAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDDAE is #732251. Grayscale: #BFBFBF. Windows color (decimal): -7545426 or 11459980. OLE color: 11459980.
HSL color Cylindrical-coordinate representation of color #8CDDAE: hue angle of 145.19º 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 #8CDDAE is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 174 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.13 |
| HSL | 145.19º | 0.54% | 0.71% | - |
| HSV(B) | 145.19º | 0.37% | 0.87% | - |
| XYZ | 44.31 | 60.34 | 49.36 | - |
| YUV | 191.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 174 | 0.37 | 0 | 0.21 | 0.13 | 145.19 | 0.54 | 0.71 |
| Hex | 8C | DD | AE | 25 | 0 | 15 | D | 91 | 36 | 47 |
| Octal | 214 | 335 | 256 | 45 | 0 | 25 | 15 | 221 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10101110 | 100101 | 0 | 10101 | 1101 | 10010001 | 110110 | 1000111 |
Color Harmonies of #8CDDAE
Complementary color
Monochromatic Colors of #8CDDAE
Black with #8CDDAE
Text Example
Text Example
White with #8CDDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDDAE; }
p { color: rgb(140,221,174); }
H1.HeaderClassName
{
color: #8CDDAE;
}
.AnyTagClassName
{
color: #8CDDAE;
}
</style>
background-color css
<style>
a { background-color: #8CDDAE; }
a { background-color: rgb(140,221,174); }
div.DivClassName
{
background-color: #8CDDAE;
}
.BgClassName
{
background-color: #8CDDAE;
}
</style>
border-color css
<style>
span { border-color: #8CDDAE; }
span { border-color: rgb(140,221,174); }
td.TdClassName
{
border-color: #8CDDAE;
}
.TagClassName
{
border-color: #8CDDAE;
}
</style>