Shades of Vista Blue #8DFAB8
Tints of Vista Blue #8DFAB8
RGB
CMYK
RGB Variations
Color information
#8DFAB8 (or 0x8DFAB8) is known color: Vista Blue. HEX triplet: 8D, FA and B8. RGB value is (141,250,184). Sum of RGB (Red+Green+Blue) = 141+250+184=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFAB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DFAB8 is #720547. Grayscale: #D2D2D2. Windows color (decimal): -7472456 or 12122765. OLE color: 12122765.
HSL color Cylindrical-coordinate representation of color #8DFAB8: hue angle of 143.67º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DFAB8 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 141 | 250 | 184 | - |
| CMYK | 0.44 | 0 | 0.26 | 0.02 |
| HSL | 143.67º | 0.92% | 0.77% | - |
| HSV(B) | 143.67º | 0.44% | 0.98% | - |
| XYZ | 53.82 | 77.49 | 57.47 | - |
| YUV | 209.89 | 113.39 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 250 | 184 | 0.44 | 0 | 0.26 | 0.02 | 143.67 | 0.92 | 0.77 |
| Hex | 8D | FA | B8 | 2C | 0 | 1A | 2 | 90 | 5C | 4D |
| Octal | 215 | 372 | 270 | 54 | 0 | 32 | 2 | 220 | 134 | 115 |
| Binary | 10001101 | 11111010 | 10111000 | 101100 | 0 | 11010 | 10 | 10010000 | 1011100 | 1001101 |
Color Harmonies of #8DFAB8
Complementary color
Monochromatic Colors of #8DFAB8
Black with #8DFAB8
Text Example
Text Example
White with #8DFAB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DFAB8; }
p { color: rgb(141,250,184); }
H1.HeaderClassName
{
color: #8DFAB8;
}
.AnyTagClassName
{
color: #8DFAB8;
}
</style>
background-color css
<style>
a { background-color: #8DFAB8; }
a { background-color: rgb(141,250,184); }
div.DivClassName
{
background-color: #8DFAB8;
}
.BgClassName
{
background-color: #8DFAB8;
}
</style>
border-color css
<style>
span { border-color: #8DFAB8; }
span { border-color: rgb(141,250,184); }
td.TdClassName
{
border-color: #8DFAB8;
}
.TagClassName
{
border-color: #8DFAB8;
}
</style>