Shades of Vista Blue #7FD0A3
Tints of Vista Blue #7FD0A3
RGB
CMYK
RGB Variations
Color information
#7FD0A3 (or 0x7FD0A3) is known color: Vista Blue. HEX triplet: 7F, D0 and A3. RGB value is (127,208,163). Sum of RGB (Red+Green+Blue) = 127+208+163=498 (65% of max value = 765). Red value is 127 (50% from 255 or 25.50% from 498); Green value is 208 (81.64% from 255 or 41.77% from 498); Blue value is 163 (64.06% from 255 or 32.73% from 498); Max value from RGB is 208 - color contains mainly: green. Hex color #7FD0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FD0A3 is #802F5C. Grayscale: #B2B2B2. Windows color (decimal): -8400733 or 10735743. OLE color: 10735743.
HSL color Cylindrical-coordinate representation of color #7FD0A3: hue angle of 146.67º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7FD0A3 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 127 | 208 | 163 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.18 |
| HSL | 146.67º | 0.46% | 0.66% | - |
| HSV(B) | 146.67º | 0.39% | 0.82% | - |
| XYZ | 37.92 | 52.27 | 42.74 | - |
| YUV | 178.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 208 | 163 | 0.39 | 0 | 0.22 | 0.18 | 146.67 | 0.46 | 0.66 |
| Hex | 7F | D0 | A3 | 27 | 0 | 16 | 12 | 93 | 2E | 42 |
| Octal | 177 | 320 | 243 | 47 | 0 | 26 | 22 | 223 | 56 | 102 |
| Binary | 1111111 | 11010000 | 10100011 | 100111 | 0 | 10110 | 10010 | 10010011 | 101110 | 1000010 |
Color Harmonies of #7FD0A3
Complementary color
Monochromatic Colors of #7FD0A3
Black with #7FD0A3
Text Example
Text Example
White with #7FD0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FD0A3; }
p { color: rgb(127,208,163); }
H1.HeaderClassName
{
color: #7FD0A3;
}
.AnyTagClassName
{
color: #7FD0A3;
}
</style>
background-color css
<style>
a { background-color: #7FD0A3; }
a { background-color: rgb(127,208,163); }
div.DivClassName
{
background-color: #7FD0A3;
}
.BgClassName
{
background-color: #7FD0A3;
}
</style>
border-color css
<style>
span { border-color: #7FD0A3; }
span { border-color: rgb(127,208,163); }
td.TdClassName
{
border-color: #7FD0A3;
}
.TagClassName
{
border-color: #7FD0A3;
}
</style>