Shades of Vista Blue #7DEFA5
Tints of Vista Blue #7DEFA5
RGB
CMYK
RGB Variations
Color information
#7DEFA5 (or 0x7DEFA5) is known color: Vista Blue. HEX triplet: 7D, EF and A5. RGB value is (125,239,165). Sum of RGB (Red+Green+Blue) = 125+239+165=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 239 (93.75% from 255 or 45.18% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEFA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEFA5 is #82105A. Grayscale: #C4C4C4. Windows color (decimal): -8523867 or 10874749. OLE color: 10874749.
HSL color Cylindrical-coordinate representation of color #7DEFA5: hue angle of 141.05º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DEFA5 is Cyan = 0.48, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 125 | 239 | 165 | - |
| CMYK | 0.48 | 0 | 0.31 | 0.06 |
| HSL | 141.05º | 0.78% | 0.71% | - |
| HSV(B) | 141.05º | 0.48% | 0.94% | - |
| XYZ | 46.12 | 68.81 | 46.45 | - |
| YUV | 196.48 | 110.23 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 239 | 165 | 0.48 | 0 | 0.31 | 0.06 | 141.05 | 0.78 | 0.71 |
| Hex | 7D | EF | A5 | 30 | 0 | 1F | 6 | 8D | 4E | 47 |
| Octal | 175 | 357 | 245 | 60 | 0 | 37 | 6 | 215 | 116 | 107 |
| Binary | 1111101 | 11101111 | 10100101 | 110000 | 0 | 11111 | 110 | 10001101 | 1001110 | 1000111 |
Color Harmonies of #7DEFA5
Complementary color
Monochromatic Colors of #7DEFA5
Black with #7DEFA5
Text Example
Text Example
White with #7DEFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DEFA5; }
p { color: rgb(125,239,165); }
H1.HeaderClassName
{
color: #7DEFA5;
}
.AnyTagClassName
{
color: #7DEFA5;
}
</style>
background-color css
<style>
a { background-color: #7DEFA5; }
a { background-color: rgb(125,239,165); }
div.DivClassName
{
background-color: #7DEFA5;
}
.BgClassName
{
background-color: #7DEFA5;
}
</style>
border-color css
<style>
span { border-color: #7DEFA5; }
span { border-color: rgb(125,239,165); }
td.TdClassName
{
border-color: #7DEFA5;
}
.TagClassName
{
border-color: #7DEFA5;
}
</style>