Shades of Vista Blue #8DDFAE
Tints of Vista Blue #8DDFAE
RGB
CMYK
RGB Variations
Color information
#8DDFAE (or 0x8DDFAE) is known color: Vista Blue. HEX triplet: 8D, DF and AE. RGB value is (141,223,174). Sum of RGB (Red+Green+Blue) = 141+223+174=538 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.21% from 538); Green value is 223 (87.5% from 255 or 41.45% from 538); Blue value is 174 (68.36% from 255 or 32.34% from 538); Max value from RGB is 223 - color contains mainly: green. Hex color #8DDFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDFAE is #722051. Grayscale: #C1C1C1. Windows color (decimal): -7479378 or 11460493. OLE color: 11460493.
HSL color Cylindrical-coordinate representation of color #8DDFAE: hue angle of 144.15º 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 #8DDFAE is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 141 | 223 | 174 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.13 |
| HSL | 144.15º | 0.56% | 0.71% | - |
| HSV(B) | 144.15º | 0.37% | 0.87% | - |
| XYZ | 45.01 | 61.49 | 49.54 | - |
| YUV | 192.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 223 | 174 | 0.37 | 0 | 0.22 | 0.13 | 144.15 | 0.56 | 0.71 |
| Hex | 8D | DF | AE | 25 | 0 | 16 | D | 90 | 38 | 47 |
| Octal | 215 | 337 | 256 | 45 | 0 | 26 | 15 | 220 | 70 | 107 |
| Binary | 10001101 | 11011111 | 10101110 | 100101 | 0 | 10110 | 1101 | 10010000 | 111000 | 1000111 |
Color Harmonies of #8DDFAE
Complementary color
Monochromatic Colors of #8DDFAE
Black with #8DDFAE
Text Example
Text Example
White with #8DDFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DDFAE; }
p { color: rgb(141,223,174); }
H1.HeaderClassName
{
color: #8DDFAE;
}
.AnyTagClassName
{
color: #8DDFAE;
}
</style>
background-color css
<style>
a { background-color: #8DDFAE; }
a { background-color: rgb(141,223,174); }
div.DivClassName
{
background-color: #8DDFAE;
}
.BgClassName
{
background-color: #8DDFAE;
}
</style>
border-color css
<style>
span { border-color: #8DDFAE; }
span { border-color: rgb(141,223,174); }
td.TdClassName
{
border-color: #8DDFAE;
}
.TagClassName
{
border-color: #8DDFAE;
}
</style>