Shades of Vista Blue #8AF0BA
Tints of Vista Blue #8AF0BA
RGB
CMYK
RGB Variations
Color information
#8AF0BA (or 0x8AF0BA) is known color: Vista Blue. HEX triplet: 8A, F0 and BA. RGB value is (138,240,186). Sum of RGB (Red+Green+Blue) = 138+240+186=564 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.47% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF0BA is #750F45. Grayscale: #CBCBCB. Windows color (decimal): -7671622 or 12251274. OLE color: 12251274.
HSL color Cylindrical-coordinate representation of color #8AF0BA: hue angle of 148.24º 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 #8AF0BA is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 186 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.06 |
| HSL | 148.24º | 0.77% | 0.74% | - |
| HSV(B) | 148.24º | 0.43% | 0.94% | - |
| XYZ | 50.5 | 71.27 | 57.55 | - |
| YUV | 203.35 | 118.21 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 186 | 0.42 | 0 | 0.22 | 0.06 | 148.24 | 0.77 | 0.74 |
| Hex | 8A | F0 | BA | 2A | 0 | 16 | 6 | 94 | 4D | 4A |
| Octal | 212 | 360 | 272 | 52 | 0 | 26 | 6 | 224 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10111010 | 101010 | 0 | 10110 | 110 | 10010100 | 1001101 | 1001010 |
Color Harmonies of #8AF0BA
Complementary color
Monochromatic Colors of #8AF0BA
Black with #8AF0BA
Text Example
Text Example
White with #8AF0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0BA; }
p { color: rgb(138,240,186); }
H1.HeaderClassName
{
color: #8AF0BA;
}
.AnyTagClassName
{
color: #8AF0BA;
}
</style>
background-color css
<style>
a { background-color: #8AF0BA; }
a { background-color: rgb(138,240,186); }
div.DivClassName
{
background-color: #8AF0BA;
}
.BgClassName
{
background-color: #8AF0BA;
}
</style>
border-color css
<style>
span { border-color: #8AF0BA; }
span { border-color: rgb(138,240,186); }
td.TdClassName
{
border-color: #8AF0BA;
}
.TagClassName
{
border-color: #8AF0BA;
}
</style>