Shades of Vista Blue #7DF0AB
Tints of Vista Blue #7DF0AB
RGB
CMYK
RGB Variations
Color information
#7DF0AB (or 0x7DF0AB) is known color: Vista Blue. HEX triplet: 7D, F0 and AB. RGB value is (125,240,171). Sum of RGB (Red+Green+Blue) = 125+240+171=536 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.32% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF0AB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF0AB is #820F54. Grayscale: #C5C5C5. Windows color (decimal): -8523605 or 11268221. OLE color: 11268221.
HSL color Cylindrical-coordinate representation of color #7DF0AB: hue angle of 144º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF0AB is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 240 | 171 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.06 |
| HSL | 144º | 0.79% | 0.72% | - |
| HSV(B) | 144º | 0.48% | 0.94% | - |
| XYZ | 46.97 | 69.62 | 49.49 | - |
| YUV | 197.75 | 112.9 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 240 | 171 | 0.48 | 0 | 0.29 | 0.06 | 144 | 0.79 | 0.72 |
| Hex | 7D | F0 | AB | 30 | 0 | 1D | 6 | 90 | 4F | 48 |
| Octal | 175 | 360 | 253 | 60 | 0 | 35 | 6 | 220 | 117 | 110 |
| Binary | 1111101 | 11110000 | 10101011 | 110000 | 0 | 11101 | 110 | 10010000 | 1001111 | 1001000 |
Color Harmonies of #7DF0AB
Complementary color
Monochromatic Colors of #7DF0AB
Black with #7DF0AB
Text Example
Text Example
White with #7DF0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DF0AB; }
p { color: rgb(125,240,171); }
H1.HeaderClassName
{
color: #7DF0AB;
}
.AnyTagClassName
{
color: #7DF0AB;
}
</style>
background-color css
<style>
a { background-color: #7DF0AB; }
a { background-color: rgb(125,240,171); }
div.DivClassName
{
background-color: #7DF0AB;
}
.BgClassName
{
background-color: #7DF0AB;
}
</style>
border-color css
<style>
span { border-color: #7DF0AB; }
span { border-color: rgb(125,240,171); }
td.TdClassName
{
border-color: #7DF0AB;
}
.TagClassName
{
border-color: #7DF0AB;
}
</style>