Shades of Vista Blue #8DFDB4
Tints of Vista Blue #8DFDB4
RGB
CMYK
RGB Variations
Color information
#8DFDB4 (or 0x8DFDB4) is known color: Vista Blue. HEX triplet: 8D, FD and B4. RGB value is (141,253,180). Sum of RGB (Red+Green+Blue) = 141+253+180=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 253 (99.22% from 255 or 44.08% from 574); Blue value is 180 (70.70% from 255 or 31.36% from 574); Max value from RGB is 253 - color contains mainly: green. Hex color #8DFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFDB4 is #72024B. Grayscale: #D3D3D3. Windows color (decimal): -7471692 or 11861389. OLE color: 11861389.
HSL color Cylindrical-coordinate representation of color #8DFDB4: hue angle of 140.89º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFDB4 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 141 | 253 | 180 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.01 |
| HSL | 140.89º | 0.97% | 0.77% | - |
| HSV(B) | 140.89º | 0.44% | 0.99% | - |
| XYZ | 54.35 | 79.21 | 55.6 | - |
| YUV | 211.19 | 110.39 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 253 | 180 | 0.44 | 0 | 0.29 | 0.01 | 140.89 | 0.97 | 0.77 |
| Hex | 8D | FD | B4 | 2C | 0 | 1D | 1 | 8D | 61 | 4D |
| Octal | 215 | 375 | 264 | 54 | 0 | 35 | 1 | 215 | 141 | 115 |
| Binary | 10001101 | 11111101 | 10110100 | 101100 | 0 | 11101 | 1 | 10001101 | 1100001 | 1001101 |
Color Harmonies of #8DFDB4
Complementary color
Monochromatic Colors of #8DFDB4
Black with #8DFDB4
Text Example
Text Example
White with #8DFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFDB4; }
p { color: rgb(141,253,180); }
H1.HeaderClassName
{
color: #8DFDB4;
}
.AnyTagClassName
{
color: #8DFDB4;
}
</style>
background-color css
<style>
a { background-color: #8DFDB4; }
a { background-color: rgb(141,253,180); }
div.DivClassName
{
background-color: #8DFDB4;
}
.BgClassName
{
background-color: #8DFDB4;
}
</style>
border-color css
<style>
span { border-color: #8DFDB4; }
span { border-color: rgb(141,253,180); }
td.TdClassName
{
border-color: #8DFDB4;
}
.TagClassName
{
border-color: #8DFDB4;
}
</style>