Shades of Vista Blue #8DD1A8
Tints of Vista Blue #8DD1A8
RGB
CMYK
RGB Variations
Color information
#8DD1A8 (or 0x8DD1A8) is known color: Vista Blue. HEX triplet: 8D, D1 and A8. RGB value is (141,209,168). Sum of RGB (Red+Green+Blue) = 141+209+168=518 (68% of max value = 765). Red value is 141 (55.47% from 255 or 27.22% from 518); Green value is 209 (82.03% from 255 or 40.35% from 518); Blue value is 168 (66.02% from 255 or 32.43% from 518); Max value from RGB is 209 - color contains mainly: green. Hex color #8DD1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD1A8 is #722E57. Grayscale: #B8B8B8. Windows color (decimal): -7482968 or 11063693. OLE color: 11063693.
HSL color Cylindrical-coordinate representation of color #8DD1A8: hue angle of 143.82º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD1A8 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 209 | 168 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.18 |
| HSL | 143.82º | 0.43% | 0.69% | - |
| HSV(B) | 143.82º | 0.33% | 0.82% | - |
| XYZ | 40.85 | 54.09 | 45.33 | - |
| YUV | 183.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 209 | 168 | 0.33 | 0 | 0.20 | 0.18 | 143.82 | 0.43 | 0.69 |
| Hex | 8D | D1 | A8 | 21 | 0 | 14 | 12 | 90 | 2A | 45 |
| Octal | 215 | 321 | 250 | 41 | 0 | 24 | 22 | 220 | 52 | 105 |
| Binary | 10001101 | 11010001 | 10101000 | 100001 | 0 | 10100 | 10010 | 10010000 | 101010 | 1000101 |
Color Harmonies of #8DD1A8
Complementary color
Monochromatic Colors of #8DD1A8
Black with #8DD1A8
Text Example
Text Example
White with #8DD1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DD1A8; }
p { color: rgb(141,209,168); }
H1.HeaderClassName
{
color: #8DD1A8;
}
.AnyTagClassName
{
color: #8DD1A8;
}
</style>
background-color css
<style>
a { background-color: #8DD1A8; }
a { background-color: rgb(141,209,168); }
div.DivClassName
{
background-color: #8DD1A8;
}
.BgClassName
{
background-color: #8DD1A8;
}
</style>
border-color css
<style>
span { border-color: #8DD1A8; }
span { border-color: rgb(141,209,168); }
td.TdClassName
{
border-color: #8DD1A8;
}
.TagClassName
{
border-color: #8DD1A8;
}
</style>