Shades of Vista Blue #7FD5AD
Tints of Vista Blue #7FD5AD
RGB
CMYK
RGB Variations
Color information
#7FD5AD (or 0x7FD5AD) is known color: Vista Blue. HEX triplet: 7F, D5 and AD. RGB value is (127,213,173). Sum of RGB (Red+Green+Blue) = 127+213+173=513 (67% of max value = 765). Red value is 127 (50% from 255 or 24.76% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #7FD5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD5AD is #802A52. Grayscale: #B6B6B6. Windows color (decimal): -8399443 or 11392383. OLE color: 11392383.
HSL color Cylindrical-coordinate representation of color #7FD5AD: hue angle of 152.09º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FD5AD is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 213 | 173 | - |
| CMYK | 0.40 | 0 | 0.19 | 0.16 |
| HSL | 152.09º | 0.51% | 0.67% | - |
| HSV(B) | 152.09º | 0.4% | 0.84% | - |
| XYZ | 40.09 | 55.12 | 48.06 | - |
| YUV | 182.73 | 122.51 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 213 | 173 | 0.40 | 0 | 0.19 | 0.16 | 152.09 | 0.51 | 0.67 |
| Hex | 7F | D5 | AD | 28 | 0 | 13 | 10 | 98 | 33 | 43 |
| Octal | 177 | 325 | 255 | 50 | 0 | 23 | 20 | 230 | 63 | 103 |
| Binary | 1111111 | 11010101 | 10101101 | 101000 | 0 | 10011 | 10000 | 10011000 | 110011 | 1000011 |
Color Harmonies of #7FD5AD
Complementary color
Monochromatic Colors of #7FD5AD
Black with #7FD5AD
Text Example
Text Example
White with #7FD5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD5AD; }
p { color: rgb(127,213,173); }
H1.HeaderClassName
{
color: #7FD5AD;
}
.AnyTagClassName
{
color: #7FD5AD;
}
</style>
background-color css
<style>
a { background-color: #7FD5AD; }
a { background-color: rgb(127,213,173); }
div.DivClassName
{
background-color: #7FD5AD;
}
.BgClassName
{
background-color: #7FD5AD;
}
</style>
border-color css
<style>
span { border-color: #7FD5AD; }
span { border-color: rgb(127,213,173); }
td.TdClassName
{
border-color: #7FD5AD;
}
.TagClassName
{
border-color: #7FD5AD;
}
</style>