Shades of Vista Blue #8AF0AD
Tints of Vista Blue #8AF0AD
RGB
CMYK
RGB Variations
Color information
#8AF0AD (or 0x8AF0AD) is known color: Vista Blue. HEX triplet: 8A, F0 and AD. RGB value is (138,240,173). Sum of RGB (Red+Green+Blue) = 138+240+173=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF0AD is #750F52. Grayscale: #CACACA. Windows color (decimal): -7671635 or 11399306. OLE color: 11399306.
HSL color Cylindrical-coordinate representation of color #8AF0AD: hue angle of 140.59º 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 #8AF0AD is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 173 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.06 |
| HSL | 140.59º | 0.77% | 0.74% | - |
| HSV(B) | 140.59º | 0.43% | 0.94% | - |
| XYZ | 49.18 | 70.74 | 50.6 | - |
| YUV | 201.86 | 111.71 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 173 | 0.42 | 0 | 0.28 | 0.06 | 140.59 | 0.77 | 0.74 |
| Hex | 8A | F0 | AD | 2A | 0 | 1C | 6 | 8D | 4D | 4A |
| Octal | 212 | 360 | 255 | 52 | 0 | 34 | 6 | 215 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10101101 | 101010 | 0 | 11100 | 110 | 10001101 | 1001101 | 1001010 |
Color Harmonies of #8AF0AD
Complementary color
Monochromatic Colors of #8AF0AD
Black with #8AF0AD
Text Example
Text Example
White with #8AF0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0AD; }
p { color: rgb(138,240,173); }
H1.HeaderClassName
{
color: #8AF0AD;
}
.AnyTagClassName
{
color: #8AF0AD;
}
</style>
background-color css
<style>
a { background-color: #8AF0AD; }
a { background-color: rgb(138,240,173); }
div.DivClassName
{
background-color: #8AF0AD;
}
.BgClassName
{
background-color: #8AF0AD;
}
</style>
border-color css
<style>
span { border-color: #8AF0AD; }
span { border-color: rgb(138,240,173); }
td.TdClassName
{
border-color: #8AF0AD;
}
.TagClassName
{
border-color: #8AF0AD;
}
</style>