Shades of Vista Blue #8AF0BC
Tints of Vista Blue #8AF0BC
RGB
CMYK
RGB Variations
Color information
#8AF0BC (or 0x8AF0BC) is known color: Vista Blue. HEX triplet: 8A, F0 and BC. RGB value is (138,240,188). Sum of RGB (Red+Green+Blue) = 138+240+188=566 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.38% from 566); Green value is 240 (94.14% from 255 or 42.40% from 566); Blue value is 188 (73.83% from 255 or 33.22% from 566); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8AF0BC is #750F43. Grayscale: #CBCBCB. Windows color (decimal): -7671620 or 12382346. OLE color: 12382346.
HSL color Cylindrical-coordinate representation of color #8AF0BC: hue angle of 149.41º 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 #8AF0BC is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 188 | - |
| CMYK | 0.42 | 0 | 0.22 | 0.06 |
| HSL | 149.41º | 0.77% | 0.74% | - |
| HSV(B) | 149.41º | 0.43% | 0.94% | - |
| XYZ | 50.72 | 71.35 | 58.68 | - |
| YUV | 203.57 | 119.21 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 188 | 0.42 | 0 | 0.22 | 0.06 | 149.41 | 0.77 | 0.74 |
| Hex | 8A | F0 | BC | 2A | 0 | 16 | 6 | 95 | 4D | 4A |
| Octal | 212 | 360 | 274 | 52 | 0 | 26 | 6 | 225 | 115 | 112 |
| Binary | 10001010 | 11110000 | 10111100 | 101010 | 0 | 10110 | 110 | 10010101 | 1001101 | 1001010 |
Color Harmonies of #8AF0BC
Complementary color
Monochromatic Colors of #8AF0BC
Black with #8AF0BC
Text Example
Text Example
White with #8AF0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF0BC; }
p { color: rgb(138,240,188); }
H1.HeaderClassName
{
color: #8AF0BC;
}
.AnyTagClassName
{
color: #8AF0BC;
}
</style>
background-color css
<style>
a { background-color: #8AF0BC; }
a { background-color: rgb(138,240,188); }
div.DivClassName
{
background-color: #8AF0BC;
}
.BgClassName
{
background-color: #8AF0BC;
}
</style>
border-color css
<style>
span { border-color: #8AF0BC; }
span { border-color: rgb(138,240,188); }
td.TdClassName
{
border-color: #8AF0BC;
}
.TagClassName
{
border-color: #8AF0BC;
}
</style>