Shades of Vista Blue #8AF5AD
Tints of Vista Blue #8AF5AD
RGB
CMYK
RGB Variations
Color information
#8AF5AD (or 0x8AF5AD) is known color: Vista Blue. HEX triplet: 8A, F5 and AD. RGB value is (138,245,173). Sum of RGB (Red+Green+Blue) = 138+245+173=556 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.82% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF5AD is #750A52. Grayscale: #CCCCCC. Windows color (decimal): -7670355 or 11400586. OLE color: 11400586.
HSL color Cylindrical-coordinate representation of color #8AF5AD: hue angle of 139.63º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AF5AD is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 138 | 245 | 173 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.04 |
| HSL | 139.63º | 0.84% | 0.75% | - |
| HSV(B) | 139.63º | 0.44% | 0.96% | - |
| XYZ | 50.68 | 73.73 | 51.09 | - |
| YUV | 204.8 | 110.05 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 245 | 173 | 0.44 | 0 | 0.29 | 0.04 | 139.63 | 0.84 | 0.75 |
| Hex | 8A | F5 | AD | 2C | 0 | 1D | 4 | 8C | 54 | 4B |
| Octal | 212 | 365 | 255 | 54 | 0 | 35 | 4 | 214 | 124 | 113 |
| Binary | 10001010 | 11110101 | 10101101 | 101100 | 0 | 11101 | 100 | 10001100 | 1010100 | 1001011 |
Color Harmonies of #8AF5AD
Complementary color
Monochromatic Colors of #8AF5AD
Black with #8AF5AD
Text Example
Text Example
White with #8AF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF5AD; }
p { color: rgb(138,245,173); }
H1.HeaderClassName
{
color: #8AF5AD;
}
.AnyTagClassName
{
color: #8AF5AD;
}
</style>
background-color css
<style>
a { background-color: #8AF5AD; }
a { background-color: rgb(138,245,173); }
div.DivClassName
{
background-color: #8AF5AD;
}
.BgClassName
{
background-color: #8AF5AD;
}
</style>
border-color css
<style>
span { border-color: #8AF5AD; }
span { border-color: rgb(138,245,173); }
td.TdClassName
{
border-color: #8AF5AD;
}
.TagClassName
{
border-color: #8AF5AD;
}
</style>