Shades of Vista Blue #8DDFA8
Tints of Vista Blue #8DDFA8
RGB
CMYK
RGB Variations
Color information
#8DDFA8 (or 0x8DDFA8) is known color: Vista Blue. HEX triplet: 8D, DF and A8. RGB value is (141,223,168). Sum of RGB (Red+Green+Blue) = 141+223+168=532 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.50% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDFA8 is #722057. Grayscale: #C0C0C0. Windows color (decimal): -7479384 or 11067277. OLE color: 11067277.
HSL color Cylindrical-coordinate representation of color #8DDFA8: hue angle of 139.76º degrees, saturation: 0.56, 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 #8DDFA8 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 168 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.13 |
| HSL | 139.76º | 0.56% | 0.71% | - |
| HSV(B) | 139.76º | 0.37% | 0.87% | - |
| XYZ | 44.44 | 61.27 | 46.53 | - |
| YUV | 192.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 168 | 0.37 | 0 | 0.25 | 0.13 | 139.76 | 0.56 | 0.71 |
| Hex | 8D | DF | A8 | 25 | 0 | 19 | D | 8C | 38 | 47 |
| Octal | 215 | 337 | 250 | 45 | 0 | 31 | 15 | 214 | 70 | 107 |
| Binary | 10001101 | 11011111 | 10101000 | 100101 | 0 | 11001 | 1101 | 10001100 | 111000 | 1000111 |
Color Harmonies of #8DDFA8
Complementary color
Monochromatic Colors of #8DDFA8
Black with #8DDFA8
Text Example
Text Example
White with #8DDFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFA8; }
p { color: rgb(141,223,168); }
H1.HeaderClassName
{
color: #8DDFA8;
}
.AnyTagClassName
{
color: #8DDFA8;
}
</style>
background-color css
<style>
a { background-color: #8DDFA8; }
a { background-color: rgb(141,223,168); }
div.DivClassName
{
background-color: #8DDFA8;
}
.BgClassName
{
background-color: #8DDFA8;
}
</style>
border-color css
<style>
span { border-color: #8DDFA8; }
span { border-color: rgb(141,223,168); }
td.TdClassName
{
border-color: #8DDFA8;
}
.TagClassName
{
border-color: #8DDFA8;
}
</style>