Shades of Vista Blue #8AF0AC
Tints of Vista Blue #8AF0AC
RGB
CMYK
RGB Variations
Color information
#8AF0AC (or 0x8AF0AC) is known color: Vista Blue. HEX triplet: 8A, F0 and AC. RGB value is (138,240,172). Sum of RGB (Red+Green+Blue) = 138+240+172=550 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.09% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF0AC is #750F53. Grayscale: #C9C9C9. Windows color (decimal): -7671636 or 11333770. OLE color: 11333770.
HSL color Cylindrical-coordinate representation of color #8AF0AC: hue angle of 140º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF0AC is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 172 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.06 |
| HSL | 140º | 0.77% | 0.74% | - |
| HSV(B) | 140º | 0.43% | 0.94% | - |
| XYZ | 49.09 | 70.7 | 50.09 | - |
| YUV | 201.75 | 111.21 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 172 | 0.42 | 0 | 0.28 | 0.06 | 140 | 0.77 | 0.74 |
| Hex | 8A | F0 | AC | 2A | 0 | 1C | 6 | 8C | 4D | 4A |
| Octal | 212 | 360 | 254 | 52 | 0 | 34 | 6 | 214 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10101100 | 101010 | 0 | 11100 | 110 | 10001100 | 1001101 | 1001010 |
Color Harmonies of #8AF0AC
Complementary color
Monochromatic Colors of #8AF0AC
Black with #8AF0AC
Text Example
Text Example
White with #8AF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0AC; }
p { color: rgb(138,240,172); }
H1.HeaderClassName
{
color: #8AF0AC;
}
.AnyTagClassName
{
color: #8AF0AC;
}
</style>
background-color css
<style>
a { background-color: #8AF0AC; }
a { background-color: rgb(138,240,172); }
div.DivClassName
{
background-color: #8AF0AC;
}
.BgClassName
{
background-color: #8AF0AC;
}
</style>
border-color css
<style>
span { border-color: #8AF0AC; }
span { border-color: rgb(138,240,172); }
td.TdClassName
{
border-color: #8AF0AC;
}
.TagClassName
{
border-color: #8AF0AC;
}
</style>