Shades of Vista Blue #7AF8AB
Tints of Vista Blue #7AF8AB
RGB
CMYK
RGB Variations
Color information
#7AF8AB (or 0x7AF8AB) is known color: Vista Blue. HEX triplet: 7A, F8 and AB. RGB value is (122,248,171). Sum of RGB (Red+Green+Blue) = 122+248+171=541 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.55% from 541); Green value is 248 (97.27% from 255 or 45.84% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 248 - color contains mainly: green. Hex color #7AF8AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7AF8AB is #850754. Grayscale: #C9C9C9. Windows color (decimal): -8718165 or 11270266. OLE color: 11270266.
HSL color Cylindrical-coordinate representation of color #7AF8AB: hue angle of 143.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7AF8AB is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 248 | 171 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.03 |
| HSL | 143.33º | 0.9% | 0.73% | - |
| HSV(B) | 143.33º | 0.51% | 0.97% | - |
| XYZ | 48.94 | 74.21 | 50.27 | - |
| YUV | 201.55 | 110.76 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 248 | 171 | 0.51 | 0 | 0.31 | 0.03 | 143.33 | 0.9 | 0.73 |
| Hex | 7A | F8 | AB | 33 | 0 | 1F | 3 | 8F | 5A | 49 |
| Octal | 172 | 370 | 253 | 63 | 0 | 37 | 3 | 217 | 132 | 111 |
| Binary | 1111010 | 11111000 | 10101011 | 110011 | 0 | 11111 | 11 | 10001111 | 1011010 | 1001001 |
Color Harmonies of #7AF8AB
Complementary color
Monochromatic Colors of #7AF8AB
Black with #7AF8AB
Text Example
Text Example
White with #7AF8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AF8AB; }
p { color: rgb(122,248,171); }
H1.HeaderClassName
{
color: #7AF8AB;
}
.AnyTagClassName
{
color: #7AF8AB;
}
</style>
background-color css
<style>
a { background-color: #7AF8AB; }
a { background-color: rgb(122,248,171); }
div.DivClassName
{
background-color: #7AF8AB;
}
.BgClassName
{
background-color: #7AF8AB;
}
</style>
border-color css
<style>
span { border-color: #7AF8AB; }
span { border-color: rgb(122,248,171); }
td.TdClassName
{
border-color: #7AF8AB;
}
.TagClassName
{
border-color: #7AF8AB;
}
</style>