Shades of Vista Blue #8DDBAA
Tints of Vista Blue #8DDBAA
RGB
CMYK
RGB Variations
Color information
#8DDBAA (or 0x8DDBAA) is known color: Vista Blue. HEX triplet: 8D, DB and AA. RGB value is (141,219,170). Sum of RGB (Red+Green+Blue) = 141+219+170=530 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.60% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #8DDBAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDBAA is #722455. Grayscale: #BEBEBE. Windows color (decimal): -7480406 or 11197325. OLE color: 11197325.
HSL color Cylindrical-coordinate representation of color #8DDBAA: hue angle of 142.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8DDBAA is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 141 | 219 | 170 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.14 |
| HSL | 142.31º | 0.52% | 0.71% | - |
| HSV(B) | 142.31º | 0.36% | 0.86% | - |
| XYZ | 43.57 | 59.23 | 47.17 | - |
| YUV | 190.09 | 116.66 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 219 | 170 | 0.36 | 0 | 0.22 | 0.14 | 142.31 | 0.52 | 0.71 |
| Hex | 8D | DB | AA | 24 | 0 | 16 | E | 8E | 34 | 47 |
| Octal | 215 | 333 | 252 | 44 | 0 | 26 | 16 | 216 | 64 | 107 |
| Binary | 10001101 | 11011011 | 10101010 | 100100 | 0 | 10110 | 1110 | 10001110 | 110100 | 1000111 |
Color Harmonies of #8DDBAA
Complementary color
Monochromatic Colors of #8DDBAA
Black with #8DDBAA
Text Example
Text Example
White with #8DDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDBAA; }
p { color: rgb(141,219,170); }
H1.HeaderClassName
{
color: #8DDBAA;
}
.AnyTagClassName
{
color: #8DDBAA;
}
</style>
background-color css
<style>
a { background-color: #8DDBAA; }
a { background-color: rgb(141,219,170); }
div.DivClassName
{
background-color: #8DDBAA;
}
.BgClassName
{
background-color: #8DDBAA;
}
</style>
border-color css
<style>
span { border-color: #8DDBAA; }
span { border-color: rgb(141,219,170); }
td.TdClassName
{
border-color: #8DDBAA;
}
.TagClassName
{
border-color: #8DDBAA;
}
</style>